Merge "FRP bypass defense in the settings app"
This commit is contained in:
committed by
Android (Google) Code Review
commit
1cbb603d60
@@ -84,6 +84,11 @@ public class AccountDashboardFragment extends DashboardFragment {
|
||||
return controllers;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean shouldSkipForInitialSUW() {
|
||||
return true;
|
||||
}
|
||||
|
||||
static void buildAutofillPreferenceControllers(
|
||||
Context context, List<AbstractPreferenceController> controllers) {
|
||||
controllers.add(new DefaultAutofillPreferenceController(context));
|
||||
|
Reference in New Issue
Block a user