Remove Smart Lock developer options
This CL removes the temporary developer options that were available to switch Smart Lock to and from Extend Unlock mode. The Q release will switch to Extend Unlock permanently, and these options are no longer needed. Bug: 120871688 Test: Manually tested that Extend Unlock mode works as expected Change-Id: I437def3bf750e29e5ade7ba54856cfa74525a67d
This commit is contained in:
@@ -510,8 +510,6 @@ public class DevelopmentSettingsDashboardFragment extends RestrictedDashboardFra
|
||||
controllers.add(new DefaultLaunchPreferenceController(context, "inactive_apps"));
|
||||
controllers.add(new AutofillLoggingLevelPreferenceController(context, lifecycle));
|
||||
controllers.add(new AutofillResetOptionsPreferenceController(context));
|
||||
controllers.add(new TrustAgentsExtendUnlockPreferenceController(context));
|
||||
controllers.add(new TrustLostLocksScreenPreferenceController(context));
|
||||
return controllers;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user