aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorChristopher Lane <lanechr@google.com>2014-10-30 14:09:23 -0700
committerChristopher Lane <lanechr@google.com>2014-10-30 14:09:23 -0700
commite9f0aa82088ea42726d5d8bce7596e5f9570b0b7 (patch)
tree24b5ccd3e28e1aa220fe2ad42b2f4fbc828ace52 /apps
parent7f35487be23284a46d62f1d0bdececed35f8fb25 (diff)
downloadsample-e9f0aa82088ea42726d5d8bce7596e5f9570b0b7.tar.gz
Added example of customizing setup wallpaper
Bug: 17973320 Change-Id: I9dda51ba525a0f28d8db30878b06171b793aaa6a
Diffstat (limited to 'apps')
-rw-r--r--apps/SetupCustomizer/res/values/strings.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/SetupCustomizer/res/values/strings.xml b/apps/SetupCustomizer/res/values/strings.xml
index 7572d9f..f53fb11 100644
--- a/apps/SetupCustomizer/res/values/strings.xml
+++ b/apps/SetupCustomizer/res/values/strings.xml
@@ -2,7 +2,10 @@
<string name="app_label">SetupCustomizer</string>
- <!-- Welcome messgae -->
+ <!-- Welcome message -->
<string name="welcome_message">welcome_message</string>
+ <!-- Custom wallpaper [DO NOT TRANSLATE] -->
+ <string name="setup_wallpaper_component" translatable="false">com.android.systemui/com.android.systemui.ImageWallpaper</string>
+
</resources>