Merge "FRP bypass defense in the settings app"

This commit is contained in:
TreeHugger Robot
2022-01-05 05:37:51 +00:00
committed by Android (Google) Code Review
10 changed files with 170 additions and 1 deletions

View File

@@ -215,6 +215,11 @@ public class DevelopmentSettingsDashboardFragment extends RestrictedDashboardFra
}
}
@Override
protected boolean shouldSkipForInitialSUW() {
return true;
}
/**
* Long-pressing a developer options quick settings tile will by default (see
* QS_TILE_PREFERENCES in the manifest) take you to the developer options page.