Show QR Code picture for WiFi sharing
Bug: 118794858 Test: make RunSettingsRoboTests Change-Id: Ic5a489840ba59262eb444f02d77bf066889a4220
This commit is contained in:
@@ -549,8 +549,8 @@ public class WifiDetailPreferenceController extends AbstractPreferenceController
|
||||
* Show QR code to share the network represented by this preference.
|
||||
*/
|
||||
public void launchQRCodeGenerator() {
|
||||
Intent intent = WifiDppUtils.getConfiguratorQrCodeGeneratorIntent(mAccessPoint.getSsidStr(),
|
||||
mAccessPoint.getSecurityString(/* concise */ false));
|
||||
Intent intent = WifiDppUtils.getConfiguratorQrCodeGeneratorIntent(mContext, mWifiManager,
|
||||
mAccessPoint);
|
||||
mContext.startActivity(intent);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user