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

Commit 332bdb16 authored by Alan Viverette's avatar Alan Viverette Committed by Android Git Automerger
Browse files

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

* commit '8b73003f':
  Fix WallpaperCropper crash when setting wallpaper over 8MB
parents 635c9915 8b73003f
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"