Add developer option to opt-in updatable graphics driver.
am: 5a92a74f23
Change-Id: Ib73af7ac9e9e4e33d8a5eca24a5b76f60af77132
This commit is contained in:
@@ -9982,6 +9982,13 @@
|
||||
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>
|
||||
|
||||
<!-- Slices Strings -->
|
||||
|
||||
<!-- Summary text on a card explaining that a setting does not exist / is not supported on the device [CHAR_LIMIT=NONE]-->
|
||||
|
||||
@@ -425,6 +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" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
|
||||
Reference in New Issue
Block a user