summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2013-07-11 14:42:43 -0500
committerMichael Jurka <mikejurka@google.com>2013-08-21 13:36:18 +0200
commit6241609bd6b0c2de50d0130815a5df72b10e587c (patch)
treeb10062ea0d87e950f8003a0c911e1f8ec9c5fcc8 /AndroidManifest.xml
parent104c45677660586026a7e74ef8c47d396403d50e (diff)
downloadandroid_packages_apps_Trebuchet-6241609bd6b0c2de50d0130815a5df72b10e587c.tar.gz
android_packages_apps_Trebuchet-6241609bd6b0c2de50d0130815a5df72b10e587c.tar.bz2
android_packages_apps_Trebuchet-6241609bd6b0c2de50d0130815a5df72b10e587c.zip
Remove built-in wallpaper picker.
Note that we don't yet have a solution for the user's initial wallpaper. Bother! Bug: 9626042 Change-Id: I07ab09a3d10434e444dc27051034d387e692e469
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 64bd4e30c..6965fc6cb 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -113,21 +113,6 @@
</activity>
<activity
- android:name="com.android.launcher3.WallpaperChooser"
- android:theme="@style/Theme.WallpaperPicker"
- android:label="@string/pick_wallpaper"
- android:icon="@mipmap/ic_launcher_wallpaper"
- android:finishOnCloseSystemDialogs="true"
- android:process=":wallpaper_chooser">
- <intent-filter>
- <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>
-
- <activity
android:name="com.android.launcher3.WallpaperPickerActivity"
android:theme="@style/Theme.WallpaperPicker"
android:label="@string/pick_wallpaper"