mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-05-20 13:37:06 +02:00
fix: enable largeHeap flag to prevent app crashing on heavy tasks like patching
This commit is contained in:
parent
31ca694f4e
commit
f3383393ef
@ -12,7 +12,8 @@
|
|||||||
android:label="ReVanced Manager"
|
android:label="ReVanced Manager"
|
||||||
android:name="${applicationName}"
|
android:name="${applicationName}"
|
||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
android:requestLegacyExternalStorage="true">
|
android:requestLegacyExternalStorage="true"
|
||||||
|
android:largeHeap="true">
|
||||||
<activity
|
<activity
|
||||||
android:name=".MainActivity"
|
android:name=".MainActivity"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user