GUP: Display a list of Apps and dialogs
1) Add preference controller for gup dashboard and add list preferences for each entry of the apps 2) Add gup dashboard page to search index 3) Add comprehensive tests for GupPreferenceController Bug: 119221883 Test: make RunSettingsRoboTests Change-Id: Ide4934c0dd3901532723e77e74663e5a7b639026 Merged-In: Ide4934c0dd3901532723e77e74663e5a7b639026
This commit is contained in:
@@ -9982,17 +9982,24 @@
|
||||
show both names, with the directory name wrapped in parenthesis -->
|
||||
<string name="directory_on_volume"><xliff:g id="volume" example="SD Card">%1$s</xliff:g> (<xliff:g id="directory" example="Movies">%2$s</xliff:g>)</string>
|
||||
|
||||
<!-- UI debug setting: select an app to use Game Update Package [CHAR LIMIT=100] -->
|
||||
<string name="gup_dev_opt_in_app">Use Game Update Package</string>
|
||||
<!-- UI debug setting: no app selected to use Game Update Package [CHAR LIMIT=100] -->
|
||||
<string name="gup_dev_opt_in_app_not_set">No selected app</string>
|
||||
<!-- UI debug setting: app selected to use Game Update Package [CHAR LIMIT=NONE] -->
|
||||
<string name="gup_dev_opt_in_app_set"><xliff:g id="app_name" example="com.company.app">%1$s</xliff:g></string>
|
||||
|
||||
<!-- Title for Game Update Packages dashboard where developers can configure apps to use GUP or not [CHAR LIMIT=50] -->
|
||||
<string name="gup_dashboard_title">Game Update Packages Preferences</string>
|
||||
<!-- Summary for Game Update Packages dashboard [CHAR LIMIT=50] -->
|
||||
<string name="gup_dashboard_summary">Modify Game Update Packages settings</string>
|
||||
<!-- Title for Game Update Packages preference [CHAR LIMIT=50] -->
|
||||
<string name="gup_app_preference_title">Select Graphics Driver</string>
|
||||
<!-- The default value for Game Update Packages preference [CHAR LIMIT=50] -->
|
||||
<string name="gup_app_preference_default">Default</string>
|
||||
<!-- The gup value for Game Update Packages preference [CHAR LIMIT=50] -->
|
||||
<string name="gup_app_preference_gup">Game Update Packages</string>
|
||||
<!-- The native value for Game Update Packages preference [CHAR LIMIT=50] -->
|
||||
<string name="gup_app_preference_native">Native Graphics Driver</string>
|
||||
<!-- All the values for Game Update Packages preference [CHAR LIMIT=50] -->
|
||||
<string-array name="gup_app_preference_values">
|
||||
<item>@string/gup_app_preference_default</item>
|
||||
<item>@string/gup_app_preference_gup</item>
|
||||
<item>@string/gup_app_preference_native</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Slices Strings -->
|
||||
|
||||
|
Reference in New Issue
Block a user