summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorLeon Hong <leonhong@google.com>2011-11-18 13:40:38 -0800
committerLeon Hong <leonhong@google.com>2011-11-18 13:40:38 -0800
commitbba215a1f4387c66db758755d79b4574d2649794 (patch)
treefd5d7604b75adc97e8ae716da5fc14cb0a24560a /res
parent4154cea31097a003bdceb9e50f4d69e3ec50e223 (diff)
downloadandroid_packages_wallpapers_NoiseField-bba215a1f4387c66db758755d79b4574d2649794.tar.gz
android_packages_wallpapers_NoiseField-bba215a1f4387c66db758755d79b4574d2649794.tar.bz2
android_packages_wallpapers_NoiseField-bba215a1f4387c66db758755d79b4574d2649794.zip
Removing Live Wallpaper Description - Bug 5462731
Change-Id: I1dcaec4b6f64c2e4099701d67cb099937fcaa34d
Diffstat (limited to 'res')
-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 e48c411..79b6527 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -2,5 +2,4 @@
<resources>
<string name="wallpaper_label">Bubbles</string>
<string name="wallpaper_author">Google</string>
- <string name="wallpaper_description">Watch some bubbles</string>
</resources>
diff --git a/res/xml/wallpaper.xml b/res/xml/wallpaper.xml
index a3b5502..680d4bc 100644
--- a/res/xml/wallpaper.xml
+++ b/res/xml/wallpaper.xml
@@ -2,5 +2,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" />