summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorClark Scheff <clark@cyngn.com>2014-05-13 12:50:59 -0700
committerClark Scheff <clark@cyngn.com>2014-05-13 12:50:59 -0700
commit3c4c81ab000ca007023e23d7ac3ce908e6a428fe (patch)
tree4d61bf4134c65dd280d61951bcf92163ff9d4364 /AndroidManifest.xml
parentd027815092005de1a63d24ab0c06ea0f982b9843 (diff)
downloadandroid_packages_apps_Trebuchet-3c4c81ab000ca007023e23d7ac3ce908e6a428fe.tar.gz
android_packages_apps_Trebuchet-3c4c81ab000ca007023e23d7ac3ce908e6a428fe.tar.bz2
android_packages_apps_Trebuchet-3c4c81ab000ca007023e23d7ac3ce908e6a428fe.zip
Use wallpaper picker added to WallpaperCropper apk.
The code is still here for easier upstream merges. Change-Id: I97ec1492e8acf7ff6a5ceef00a68f47e6444bf50
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml40
1 files changed, 0 insertions, 40 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 95e6f7fb9..8599cd4a3 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -117,46 +117,6 @@
</intent-filter>
</activity>
- <activity
- android:name="com.android.launcher3.LockWallpaperPickerActivity"
- android:theme="@style/Theme.WallpaperCropper"
- 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_KEYGUARD_WALLPAPER" />
- <category android:name="android.intent.category.DEFAULT" />
- </intent-filter>
- </activity>
-
- <activity
- android:name="com.android.launcher3.WallpaperPickerActivity"
- android:theme="@style/Theme.WallpaperCropper"
- 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>
- </activity>
-
- <activity
- android:name="com.android.launcher3.WallpaperCropActivity"
- android:theme="@style/Theme.WallpaperCropper"
- android:label="@string/crop_wallpaper"
- android:icon="@mipmap/ic_launcher_wallpaper"
- android:finishOnCloseSystemDialogs="true"
- android:process=":wallpaper_chooser">
- <intent-filter>
- <action android:name="android.service.wallpaper.CROP_AND_SET_WALLPAPER" />
- <category android:name="android.intent.category.DEFAULT" />
- <data android:mimeType="image/*" />
- </intent-filter>
- </activity>
-
<!-- Debugging tools -->
<activity
android:name="com.android.launcher3.MemoryDumpActivity"