summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Hong <leonhong@google.com>2011-11-18 13:36:09 -0800
committerLeon Hong <leonhong@google.com>2011-11-18 13:36:09 -0800
commitbb84caeb637dea9d89e9087d1089c303a2a1048a (patch)
tree7ca2317ce5e09b3dfe37d1532144fe941f90aa3f
parent5cc9b223bc9aa7c45bbb995ab1648286f8d04bbe (diff)
downloadandroid_packages_wallpapers_PhaseBeam-bb84caeb637dea9d89e9087d1089c303a2a1048a.tar.gz
android_packages_wallpapers_PhaseBeam-bb84caeb637dea9d89e9087d1089c303a2a1048a.tar.bz2
android_packages_wallpapers_PhaseBeam-bb84caeb637dea9d89e9087d1089c303a2a1048a.zip
Removing Live Wallpaper Description - Bug 5462731
Change-Id: I6c30b8e58745ef33adbc51f1eaa96d020c18a7d5
-rw-r--r--AndroidManifest.xml2
-rw-r--r--res/values/strings.xml1
-rw-r--r--res/xml/wallpaper.xml1
3 files changed, 1 insertions, 3 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 96198a5..a9ff539 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -9,7 +9,7 @@
<application android:icon="@drawable/icon" android:label="@string/wallpaper_label">
<service
- android:name=".PhaseBeamWallpaper"
+ android:name=".PhaseBeamWallpaper"
android:label="@string/wallpaper_label"
android:permission="android.permission.BIND_WALLPAPER">
<intent-filter>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 9fb302b..08b1c72 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -2,5 +2,4 @@
<resources>
<string name="wallpaper_label">Phase Beam</string>
<string name="wallpaper_author">Google</string>
- <string name="wallpaper_description">Phase beam themed wallpaper</string>
</resources>
diff --git a/res/xml/wallpaper.xml b/res/xml/wallpaper.xml
index 71a9574..572063d 100644
--- a/res/xml/wallpaper.xml
+++ b/res/xml/wallpaper.xml
@@ -19,5 +19,4 @@
<wallpaper xmlns:android="http://schemas.android.com/apk/res/android"
android:author="@string/wallpaper_author"
- android:description="@string/wallpaper_description"
android:thumbnail="@drawable/wallpaper_thumb" />