summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRajesh Yengisetty <rajesh@cyngn.com>2015-01-16 00:40:28 +0000
committerRajesh Yengisetty <rajesh@cyngn.com>2015-01-16 00:40:28 +0000
commit825cfb6d68e49bb065903ad32fd1edd342a79237 (patch)
tree180b85d088a2709b24bc484fee69a3907490d1e2
parentd762349337161b4ecda6465f43fe841d3e4ece48 (diff)
downloadandroid_packages_apps_Trebuchet-825cfb6d68e49bb065903ad32fd1edd342a79237.tar.gz
android_packages_apps_Trebuchet-825cfb6d68e49bb065903ad32fd1edd342a79237.tar.bz2
android_packages_apps_Trebuchet-825cfb6d68e49bb065903ad32fd1edd342a79237.zip
Revert "Add default wallpaper to launcher"
This reverts commit d762349337161b4ecda6465f43fe841d3e4ece48. Change-Id: I2f003906f04a72868b6791ca53503df7dd32837a
-rw-r--r--WallpaperPicker/res/values-nodpi/wallpapers.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/WallpaperPicker/res/values-nodpi/wallpapers.xml b/WallpaperPicker/res/values-nodpi/wallpapers.xml
index e176936eb..1e340e4b2 100644
--- a/WallpaperPicker/res/values-nodpi/wallpapers.xml
+++ b/WallpaperPicker/res/values-nodpi/wallpapers.xml
@@ -17,13 +17,5 @@
<resources>
<string-array name="wallpapers" translatable="false">
- <!-- This special drawable references the platform's private
- default_wallpaper resource so the user can always choose it. -->
- <item>default_wallpaper</item>
-
- <!-- If you want additional bitmap drawable resources to appear in the
- wallpaper picker, add them to this list. For each foo.jpg be sure
- to include a foo_small.jpg to be used as a thumbnail in the
- scrolling gallery widget. -->
</string-array>
</resources>