summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2011-05-12 00:06:32 -0400
committerDaniel Sandler <dsandler@google.com>2011-05-26 16:02:09 -0400
commit4e1cd23a51f1d83c1fe5d3eed536641087671db7 (patch)
tree0cd8b9ad5282ef060128426f6ba9825fdd3076db /res/values
parent83e3868e90104b77a37adfbbf193b2e62758a17d (diff)
downloadandroid_packages_apps_Trebuchet-4e1cd23a51f1d83c1fe5d3eed536641087671db7.tar.gz
android_packages_apps_Trebuchet-4e1cd23a51f1d83c1fe5d3eed536641087671db7.tar.bz2
android_packages_apps_Trebuchet-4e1cd23a51f1d83c1fe5d3eed536641087671db7.zip
Rocket Launcher!
This is an Android Dream, which is kind of like an interactive screensaver implemented as an Activity. The Rocket Launcher uses the Launcher's own icon cache to show the user's installed apps in hyperspace. Tap the screen to slow down to impulse power. Then, tap an icon to launch. (depends on I4559a95 for android.dreams in support lib) Change-Id: Ie6ce34ec1c863667faeada4f39b225f3946e8633
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 7e8bec048..75038ae92 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -244,4 +244,7 @@
<!-- Text to inform the user that they can't uninstall a system application -->
<string name="uninstall_system_app_text">This is a system application and cannot be uninstalled.</string>
+
+ <!-- Title of the Android Dreams (screensaver) module -->
+ <string name="dream_name">Rocket Launcher</string>
</resources>