Skip authentication if device was unlocked recently
- Sync the same behavior from SystemUI to Settings
Bug: 365611488
Flag: EXEMPT bugfix
Test: Manual testing
atest -c WifiNetworkDetailsFragmentTest \
WifiDetailPreferenceController2Test \
WifiTetherSSIDPreferenceControllerTest \
com.android.settings.wifi.dpp.WifiDppUtilsTest
atest -c com.android.settings.spa.wifi.dpp.WifiDppUtilsTest
Change-Id: Ie3e8374b1fdbbc61e9e5bbf0f5162b18ba1452f3
This commit is contained in:
@@ -706,7 +706,7 @@ public class NetworkProviderSettings extends RestrictedDashboardFragment
|
||||
forget(mSelectedWifiEntry);
|
||||
return true;
|
||||
case MENU_ID_SHARE:
|
||||
WifiDppUtils.showLockScreen(getContext(),
|
||||
WifiDppUtils.showLockScreenForWifiSharing(getContext(),
|
||||
() -> launchWifiDppConfiguratorActivity(mSelectedWifiEntry));
|
||||
return true;
|
||||
case MENU_ID_MODIFY:
|
||||
|
||||
Reference in New Issue
Block a user