Allow more usage of Heap which might eliminate some Out Of Memory crashes. (This is not meant to be a pretty fix)

Took 4 minutes
master
MTRNord 2019-03-16 20:51:26 +01:00
parent 27d137a383
commit c3068752f3
No known key found for this signature in database
GPG Key ID: E5B89311FAB91B9F
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<application
android:largeHeap="true"
android:name=".App"
android:allowBackup="true"
android:hardwareAccelerated="true"