summaryrefslogtreecommitdiff
path: root/packages/SystemUI/AndroidManifest.xml
diff options
context:
space:
mode:
author Daniel Sandler <dsandler@android.com> 2012-08-31 16:18:31 -0400
committer Daniel Sandler <dsandler@android.com> 2012-08-31 16:18:31 -0400
commit0bcf4adcde601aff7d3894de2603e1f2cae41f1a (patch)
tree7ec4b36ee2d725167c05eba5b159078a90b13dfa /packages/SystemUI/AndroidManifest.xml
parent0c9278d3c885d63ade01bf583b2bc43ba327837a (diff)
Only show the BeanFlinger screensaver to the worthy.
(That is: you must have discovered the flying-jellybeans easter egg to gain permanent access to the Dreams version of same.) Change-Id: I65ce39c0ab5b61f492a3637e3c31b3c91f4f0f89
Diffstat (limited to 'packages/SystemUI/AndroidManifest.xml')
-rw-r--r--packages/SystemUI/AndroidManifest.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/SystemUI/AndroidManifest.xml b/packages/SystemUI/AndroidManifest.xml
index b185471e5614..7176f324aa42 100644
--- a/packages/SystemUI/AndroidManifest.xml
+++ b/packages/SystemUI/AndroidManifest.xml
@@ -167,7 +167,7 @@
android:name=".BeanBag"
android:exported="true"
android:label="BeanBag"
- android:icon="@drawable/redbeandroid"
+ android:icon="@drawable/redbean2"
android:theme="@android:style/Theme.Wallpaper.NoTitleBar.Fullscreen"
android:hardwareAccelerated="true"
android:launchMode="singleInstance"
@@ -184,7 +184,9 @@
<service
android:name=".BeanBagDream"
android:exported="true"
- android:label="Beans in space">
+ android:label="@string/jelly_bean_dream_name"
+ android:enabled="false"
+ >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.DEFAULT" />