GUP: Add global switch for all apps

Bug: 119221883
Test: make RunSettingsRoboTests
Change-Id: Iebf6c5eceb323d03332169eeb0a4a0d1f9c2c493
Merged-In: Iebf6c5eceb323d03332169eeb0a4a0d1f9c2c493
This commit is contained in:
Yiwei Zhang
2019-01-11 08:50:25 +08:00
parent d0bbbfeeea
commit 75548c4a33
4 changed files with 168 additions and 0 deletions

View File

@@ -21,6 +21,12 @@
android:key="gup_settings"
android:title="@string/gup_dashboard_title">
<SwitchPreference
android:key="gup_all_apps_preference"
android:title="@string/gup_all_apps_switch_title"
settings:controller="com.android.settings.development.gup.GupEnableForAllAppsPreferenceController">
</SwitchPreference>
<PreferenceCategory
android:key="gup_category"
android:title="@string/gup_app_preference_title"