Improve Wi-Fi Easy Connect lock screen UI information
1. Change lock screen title and remove description 2. In QR code generator screen, change summary and show password under QR code picture Bug: 128920152 Bug: 128576809 Test: manual test Change-Id: Id096d7f417308df14ffe50c618644750aa991df8
This commit is contained in:
@@ -768,14 +768,7 @@ public class WifiDetailPreferenceController extends AbstractPreferenceController
|
||||
* Share the wifi network with QR code.
|
||||
*/
|
||||
private void shareNetwork() {
|
||||
final String title = mContext.getString(
|
||||
R.string.lockpassword_confirm_your_pattern_header);
|
||||
final String description = String.format(
|
||||
mContext.getString(R.string.wifi_sharing_message),
|
||||
mAccessPoint.getSsidStr());
|
||||
|
||||
WifiDppUtils.showLockScreen(mContext, title, description,
|
||||
() -> launchWifiDppConfiguratorActivity());
|
||||
WifiDppUtils.showLockScreen(mContext, () -> launchWifiDppConfiguratorActivity());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user