Rename updatable graphics driver to Game Update Package.
We have rebranded this project to Game Update Package, and GUP for short. BUG: 119221883 Test: Build, flash and boot. Verify by going to developer options. Change-Id: Ibc0814b6cd1e9bee991624c925456bc330fd93c6 Merged-In: Ibc0814b6cd1e9bee991624c925456bc330fd93c6
This commit is contained in:
@@ -9982,12 +9982,12 @@
|
||||
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 updated graphics driver [CHAR LIMIT=100] -->
|
||||
<string name="updated_gfx_driver_dev_opt_in_app">Select app to use updated graphics driver</string>
|
||||
<!-- UI debug setting: no app selected to use updated GPU driver [CHAR LIMIT=100] -->
|
||||
<string name="updated_gfx_driver_dev_opt_in_app_not_set">No selected app to use updated graphics driver</string>
|
||||
<!-- UI debug setting: app selected to use updated graphics driver [CHAR LIMIT=NONE] -->
|
||||
<string name="updated_gfx_driver_dev_opt_in_app_set">Opt in application: <xliff:g id="app_name" example="com.company.app">%1$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>
|
||||
|
||||
<!-- Slices Strings -->
|
||||
|
||||
|
||||
@@ -425,9 +425,10 @@
|
||||
android:summary="%s"
|
||||
android:title="@string/simulate_color_space" />
|
||||
|
||||
<Preference android:key="updated_gfx_driver_dev_opt_in_app"
|
||||
android:summary="@string/updated_gfx_driver_dev_opt_in_app_summary"
|
||||
android:title="@string/updated_gfx_driver_dev_opt_in_app" />
|
||||
<Preference
|
||||
android:title="@string/gup_dev_opt_in_app"
|
||||
android:key="gup_dev_opt_in_app"
|
||||
android:summary="@string/gup_dev_opt_in_app_summary" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user