summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorTeng-Hui Zhu <ztenghui@google.com>2011-09-22 15:34:29 -0700
committerTeng-Hui Zhu <ztenghui@google.com>2011-09-23 14:26:00 -0700
commit85de57ad68c831729ebc46b87548ddb1e92ab6a5 (patch)
tree179e0a0cf8394f23471ec5978f90653d274cf84f /res/values
parent4bc6db35eafbb6f961c6bb08639c0dc211b6419c (diff)
downloadpackages_apps_Browser-85de57ad68c831729ebc46b87548ddb1e92ab6a5.zip
packages_apps_Browser-85de57ad68c831729ebc46b87548ddb1e92ab6a5.tar.gz
packages_apps_Browser-85de57ad68c831729ebc46b87548ddb1e92ab6a5.tar.bz2
UI for switching texture upload mode
For browser, default will be CPU upload until bug 5334978 fix. bug:5347539 The webkit part is in https://android-git.corp.google.com/g/#/c/137610/ Change-Id: Iec3a100dc142b28e54145f08a5c76210f8634cba
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 307459c..47f217b 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -567,6 +567,8 @@
<!-- Do not tranlsate. Development option -->
<string name="pref_development_visual_indicator" translatable="false">Enable Visual Indicator</string>
<!-- Do not tranlsate. Development option -->
+ <string name="pref_development_cpu_upload_path" translatable="false">Enable Cpu Upload Path</string>
+ <!-- Do not tranlsate. Development option -->
<string name="js_engine_flags" translatable="false">Set JS flags</string>
<!-- Do not tranlsate. Development option -->
<string name="pref_development_uastring" translatable="false">UAString</string>