Merge "Fix WallpaperCropper crash when setting wallpaper over 8MB"

This commit is contained in:
Alan Viverette
2015-08-26 14:20:43 +00:00
committed by Gerrit Code Review

View File

@@ -21,7 +21,10 @@
<uses-permission android:name="android.permission.SET_WALLPAPER" />
<uses-permission android:name="android.permission.SET_WALLPAPER_HINTS" />
<application android:requiredForAllUsers="true">
<application
android:requiredForAllUsers="true"
android:largeHeap="true">
<activity
android:name="WallpaperCropActivity"
android:theme="@style/Theme.WallpaperCropper"