* commit '8b73003fa0723b971c022fe373cba271c95d78b2': Fix WallpaperCropper crash when setting wallpaper over 8MB
This commit is contained in:
@@ -21,7 +21,10 @@
|
|||||||
<uses-permission android:name="android.permission.SET_WALLPAPER" />
|
<uses-permission android:name="android.permission.SET_WALLPAPER" />
|
||||||
<uses-permission android:name="android.permission.SET_WALLPAPER_HINTS" />
|
<uses-permission android:name="android.permission.SET_WALLPAPER_HINTS" />
|
||||||
|
|
||||||
<application android:requiredForAllUsers="true">
|
<application
|
||||||
|
android:requiredForAllUsers="true"
|
||||||
|
android:largeHeap="true">
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name="WallpaperCropActivity"
|
android:name="WallpaperCropActivity"
|
||||||
android:theme="@style/Theme.WallpaperCropper"
|
android:theme="@style/Theme.WallpaperCropper"
|
||||||
|
|||||||
Reference in New Issue
Block a user