diff options
author | Justin Ho <justinho@google.com> | 2011-10-03 09:56:50 -0700 |
---|---|---|
committer | Justin Ho <justinho@google.com> | 2011-10-03 15:09:47 -0700 |
commit | 6053583af67d9d5f66665639c9496b541790bd85 (patch) | |
tree | 91134d27abe8463568cbfda5bb23d3c510d42f74 /overlay/frameworks | |
parent | 1149f0ebf738b3d3aec5effd43979d4ce16a4bd3 (diff) | |
download | device_samsung_tuna-6053583af67d9d5f66665639c9496b541790bd85.zip device_samsung_tuna-6053583af67d9d5f66665639c9496b541790bd85.tar.gz device_samsung_tuna-6053583af67d9d5f66665639c9496b541790bd85.tar.bz2 |
Set PhaseBeam as default live wallpaper on Tuna
Change-Id: Iffc1192ff7e6178413e288c7467230675800e1ae
Diffstat (limited to 'overlay/frameworks')
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 4 |
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> |