android: set requestLegacyExternalStorage specifically for Android 10 which didn't had MANAGE_EXTERNAL_STORAGE yet

This commit is contained in:
Alibek Omarov
2025-08-12 12:15:12 +05:00
committed by a1batross
parent 4f45df2293
commit 3ca168b329

View File

@@ -57,7 +57,8 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher"
android:theme="@style/Theme.App"
android:usesCleartextTraffic="true">
android:usesCleartextTraffic="true"
android:requestLegacyExternalStorage="true">
<activity
android:name=".MainActivity"
android:exported="true">