summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAdam Cohen <adamcohen@google.com>2011-01-18 17:27:00 -0800
committerAdam Cohen <adamcohen@google.com>2011-01-18 20:37:35 -0800
commit4c3733f143b6c537488e30059d0177177ba59be8 (patch)
tree37ad148dd9ce3a5a64746ee3f4c17452eb114e58 /AndroidManifest.xml
parentca1d18ef1c7d96627df88e17d3225f15326b1a4e (diff)
downloadandroid_packages_apps_Trebuchet-4c3733f143b6c537488e30059d0177177ba59be8.tar.gz
android_packages_apps_Trebuchet-4c3733f143b6c537488e30059d0177177ba59be8.tar.bz2
android_packages_apps_Trebuchet-4c3733f143b6c537488e30059d0177177ba59be8.zip
Adding wallpaper picker preview
Change-Id: Ib3a10bb02b249f71265fe04b3829465a77fb4a9f
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 6cdf205d2..f9750ca77 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -95,6 +95,8 @@
<action android:name="android.intent.action.SET_WALLPAPER" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
+ <meta-data android:name="android.wallpaper.preview"
+ android:resource="@xml/wallpaper_picker_preview" />
</activity>
<!-- Intent received used to install shortcuts from other applications -->