Merge "Skip authentication if device was unlocked recently" into main

This commit is contained in:
Treehugger Robot
2024-12-13 03:32:50 -08:00
committed by Android (Google) Code Review
6 changed files with 204 additions and 45 deletions

View File

@@ -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: