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

* commit 'ea288fd3d4272cc6cd5da94b942fc4cfdc76e030':
  Fix WallpaperCropper crash when setting wallpaper over 8MB
This commit is contained in:
Alan Viverette
2015-08-26 14:30:24 +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"