summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Ho <justinho@google.com>2012-01-05 13:05:16 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-01-05 13:05:16 -0800
commit9cc201742a70ab0879965d23d2c2b33ee6c18e70 (patch)
tree1d5efac9e41c39ac7876c146fd03dd71996ef0e2
parenta5a0fb88861b6ada41bad777f42421cbebd193fd (diff)
parent730f65142632e212e30c28fe2b89e84d55fb5bc9 (diff)
downloadandroid_packages_wallpapers_Galaxy4-9cc201742a70ab0879965d23d2c2b33ee6c18e70.tar.gz
android_packages_wallpapers_Galaxy4-9cc201742a70ab0879965d23d2c2b33ee6c18e70.tar.bz2
android_packages_wallpapers_Galaxy4-9cc201742a70ab0879965d23d2c2b33ee6c18e70.zip
Merge "Removing Live Wallpaper Description - Bug 5462731"
-rw-r--r--res/values/strings.xml1
-rw-r--r--res/xml/wallpaper.xml1
2 files changed, 0 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 2dd521b..cbd33ff 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -17,5 +17,4 @@
<resources>
<string name="wallpaper_label">Black Hole</string>
<string name="wallpaper_author">Google</string>
- <string name="wallpaper_description">DESC</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" />