mirror of
https://github.com/sudoxnym/audiobookshelf-atv.git
synced 2026-05-23 06:06:41 +00:00
add android:largeHeap to AndroidManifest.xml
This commit is contained in:
parent
6584cd1522
commit
cdd7a1a636
1 changed files with 2 additions and 1 deletions
|
|
@ -21,7 +21,8 @@
|
|||
android:roundIcon="@mipmap/ic_launcher_round"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/AppTheme"
|
||||
android:usesCleartextTraffic="true" >
|
||||
android:usesCleartextTraffic="true"
|
||||
android:largeHeap="true" >
|
||||
|
||||
<!-- Android app widget -->
|
||||
<receiver
|
||||
|
|
|
|||
Loading…
Reference in a new issue