am 8b73003f: am ea288fd3: Merge "Fix WallpaperCropper crash when setting wallpaper over 8MB"

* commit '8b73003fa0723b971c022fe373cba271c95d78b2':
  Fix WallpaperCropper crash when setting wallpaper over 8MB
This commit is contained in:
Alan Viverette
2015-08-26 14:37:27 +00:00
committed by Android Git Automerger

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"