summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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" />