Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8b73003f authored by Alan Viverette's avatar Alan Viverette Committed by Android Git Automerger
Browse files

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

* commit 'ea288fd3':
  Fix WallpaperCropper crash when setting wallpaper over 8MB
parents da1173f4 ea288fd3
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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"