summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorJustin Ho <justinho@google.com>2011-10-03 09:56:50 -0700
committerJustin Ho <justinho@google.com>2011-10-03 15:09:47 -0700
commitfe98b0745152dcf730200e1cb3d8556b03984ac3 (patch)
tree95c01a3eed64b40698f674d248509098bdbca2d5 /overlay
parent033c3bc8624a42c88329d3013fb1b1fa868333cc (diff)
downloaddevice_samsung_tuna-fe98b0745152dcf730200e1cb3d8556b03984ac3.zip
device_samsung_tuna-fe98b0745152dcf730200e1cb3d8556b03984ac3.tar.gz
device_samsung_tuna-fe98b0745152dcf730200e1cb3d8556b03984ac3.tar.bz2
Set PhaseBeam as default live wallpaper on Tuna
Change-Id: Iffc1192ff7e6178413e288c7467230675800e1ae
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 00fb081..d42f644 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -189,4 +189,8 @@
<!-- Is the notification LED intrusive? Used to decide if there should be a disable option -->
<bool name="config_intrusiveNotificationLed">true</bool>
+ <!-- Component name of the default wallpaper. This will be ImageWallpaper if not
+ specified -->
+ <string name="default_wallpaper_component">com.android.phasebeam/.PhaseBeamWallpaper</string>
+
</resources>