Allow large heap to fix Rumble failing to load large videos.

This commit is contained in:
Koen 2024-01-02 13:35:48 +01:00
parent e599729ba1
commit d01a1545e2

View file

@ -24,7 +24,8 @@
android:supportsRtl="true"
android:theme="@style/Theme.FutoVideo"
android:usesCleartextTraffic="true"
tools:targetApi="31">
tools:targetApi="31"
android:largeHeap="true">
<provider
android:name="androidx.core.content.FileProvider"
android:authorities="@string/authority"