mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-27 13:54:01 +02:00
add android:largeHeap to AndroidManifest.xml
This commit is contained in:
@@ -21,7 +21,8 @@
|
|||||||
android:roundIcon="@mipmap/ic_launcher_round"
|
android:roundIcon="@mipmap/ic_launcher_round"
|
||||||
android:supportsRtl="true"
|
android:supportsRtl="true"
|
||||||
android:theme="@style/AppTheme"
|
android:theme="@style/AppTheme"
|
||||||
android:usesCleartextTraffic="true" >
|
android:usesCleartextTraffic="true"
|
||||||
|
android:largeHeap="true" >
|
||||||
|
|
||||||
<!-- Android app widget -->
|
<!-- Android app widget -->
|
||||||
<receiver
|
<receiver
|
||||||
|
|||||||
Reference in New Issue
Block a user