summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorDanesh M <daneshm90@gmail.com>2014-05-16 19:27:14 +0000
committerGerrit Code Review <gerrit@cyanogenmod.org>2014-05-16 19:27:14 +0000
commitee507b705732c7e0ea758dd82e468ba4f9841914 (patch)
tree960242988dc1065fe00777dfb115c9464ba94cb3 /AndroidManifest.xml
parent4bf0d276210dd413581ca14fecbdd3e667b44fa1 (diff)
parent3c4c81ab000ca007023e23d7ac3ce908e6a428fe (diff)
downloadandroid_packages_apps_Trebuchet-ee507b705732c7e0ea758dd82e468ba4f9841914.tar.gz
android_packages_apps_Trebuchet-ee507b705732c7e0ea758dd82e468ba4f9841914.tar.bz2
android_packages_apps_Trebuchet-ee507b705732c7e0ea758dd82e468ba4f9841914.zip
Merge "Use wallpaper picker added to WallpaperCropper apk." into cm-11.0
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 5194f83e0..ba7c8b4a7 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"