I see in the Firebase Crashlytics the "Fatal Exception: java.lang.OutOfMemoryError" in Android 4.2, 4.3 and 4.4.4.
This line in manifest can be solve this problem?
If yes, is possible to set this line in manifest only to Android <= 19 (4.4)? How?
Thanks in advance for any tip.
This line in manifest can be solve this problem?
B4X:
SetApplicationAttribute(android:largeHeap, "true")
If yes, is possible to set this line in manifest only to Android <= 19 (4.4)? How?
Thanks in advance for any tip.