Skip to content

Commit 118b17a

Browse files
author
akhenda
committed
perf(android): enable large memory heap for android
1 parent 6b99eb1 commit 118b17a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
1111
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
1212
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
13-
13+
1414
<permission
1515
android:name="android.permission.ACCESS_COARSE_LOCATION"
1616
android:protectionLevel="signature" />
@@ -24,6 +24,7 @@
2424

2525
<application
2626
android:name=".MainApplication"
27+
android:largeHeap="true"
2728
android:allowBackup="true"
2829
android:label="@string/app_name"
2930
android:icon="@mipmap/ic_launcher"

0 commit comments

Comments
 (0)