Skip to content

Commit

Permalink
Core: Allow SD Maid to use more memory.
Browse files Browse the repository at this point in the history
Set largeHeap=true

Fixes d4rken-org#245
  • Loading branch information
d4rken committed May 14, 2023
1 parent fd19948 commit 84b0ffe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:largeHeap="true"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity
Expand Down

0 comments on commit 84b0ffe

Please sign in to comment.