Merge "Skip authentication if device was unlocked recently" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
978bb419c4
@@ -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