summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2016-04-12 17:57:41 -0700
committerSunny Goyal <sunnygoyal@google.com>2016-04-12 17:59:16 -0700
commit30a716157b748258e5461fe783298ba7c740835f (patch)
treeb0a99d7d2ee2e99183de634e38f2ee8d7354ee1f /AndroidManifest.xml
parent34050809574ed0c054ec3e322b80981d4b5d79ac (diff)
downloadandroid_packages_apps_Trebuchet-30a716157b748258e5461fe783298ba7c740835f.tar.gz
android_packages_apps_Trebuchet-30a716157b748258e5461fe783298ba7c740835f.tar.bz2
android_packages_apps_Trebuchet-30a716157b748258e5461fe783298ba7c740835f.zip
Removing WallpaperPicker from Launcher3
Launcher3 will no longer include a wallpaper picker. Eventually it will just point to the system wallpaper settings where user can choose from all the installed pickers Change-Id: Ib5832fa7e451610acd4b2d34ee48fe36e3699d26
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 80ffa43dc..09086f9b6 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -92,33 +92,6 @@
</activity>
<activity
- android:name="com.android.launcher3.WallpaperPickerActivity"
- android:theme="@style/WallpaperTheme.Picker"
- 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.wallpaperpicker.WallpaperCropActivity"
- android:theme="@style/WallpaperTheme"
- 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>
-
- <activity
android:name="com.android.launcher3.SettingsActivity"
android:label="@string/settings_button_text"
android:autoRemoveFromRecents="true"