Allow more usage of Heap which might eliminate some Out Of Memory crashes. (This is not meant to be a pretty fix)
Took 4 minutesmaster
parent
27d137a383
commit
c3068752f3
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue