Skip to content

Commit ee75e14

Browse files
dab246hoangdat
authored andcommitted
TF-4099 Enable android:largeHeap="true" in AndroidManifest for allow process to keep more RAM
1 parent c013745 commit ee75e14

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
<activity
4646
android:name=".MainActivity"
4747
android:exported="true"
48+
android:largeHeap="true"
4849
android:launchMode="singleTask"
4950
android:theme="@style/LaunchTheme"
5051
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"

0 commit comments

Comments
 (0)