GUP: Add global switch for all apps
Bug: 119221883 Test: make RunSettingsRoboTests Change-Id: Iebf6c5eceb323d03332169eeb0a4a0d1f9c2c493 Merged-In: Iebf6c5eceb323d03332169eeb0a4a0d1f9c2c493
This commit is contained in:
@@ -9986,6 +9986,8 @@
|
||||
<string name="gup_dashboard_title">Game Update Package Preferences</string>
|
||||
<!-- Summary for Game Update Package dashboard [CHAR LIMIT=50] -->
|
||||
<string name="gup_dashboard_summary">Modify Game Update Package settings</string>
|
||||
<!-- Title for Game Update Package all apps preference [CHAR LIMIT=50] -->
|
||||
<string name="gup_all_apps_switch_title">Enable for all apps</string>
|
||||
<!-- Title for Game Update Package preference [CHAR LIMIT=50] -->
|
||||
<string name="gup_app_preference_title">Select Graphics Driver</string>
|
||||
<!-- The default value for Game Update Package preference [CHAR LIMIT=50] -->
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user