summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2011-05-24 14:19:56 -0700
committerWinson Chung <winsonc@google.com>2011-05-24 14:42:17 -0700
commit34efdaf24d4da2c1429e1a244d101d686b951080 (patch)
tree397409378c1eb0aa5769f6de7650637c208074a6 /res
parenteffe1afd4257b31b3a3a96b3ef1fc106a50dfc49 (diff)
downloadandroid_packages_apps_Trebuchet-34efdaf24d4da2c1429e1a244d101d686b951080.tar.gz
android_packages_apps_Trebuchet-34efdaf24d4da2c1429e1a244d101d686b951080.tar.bz2
android_packages_apps_Trebuchet-34efdaf24d4da2c1429e1a244d101d686b951080.zip
Prioritizing Wallpapers and Live Wallpapers.
Change-Id: Iec8e8b42687ce95b08b086f4e7012e0fd0737684
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 9ad3e2462..7e8bec048 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -25,6 +25,13 @@
<!-- Do not translate. android:process of this application. -->
<string name="process" translate="false"><xliff:g id="x"></xliff:g></string>
+ <!-- Do not translate. We wish to prioritize the Wallpaper and Live Wallpaper pickers,
+ but because they are in a different package, we need to reference the component in
+ a non language-dependent way. If the Live Wallpaper picker component name changes
+ this will have to be updated as well. -->
+ <string name="live_wallpaper_picker_package_name" translate="false">com.android.wallpaper.livepicker</string>
+ <string name="live_wallpaper_picker_class_name" translate="false">com.android.wallpaper.livepicker.LiveWallpaperActivity</string>
+
<!-- General -->
<skip />
<!-- Application name -->