Open green-green-avk opened 3 years ago
The reason: https://developer.android.com/about/versions/11/privacy/storage
Yes, I'm a bit "late" with this topic and I see no reason to mess with requestLegacyExternalStorage attribute as it is obsolete in Android 11. The reasons are following:
$SHARED_DATA_DIR
termsh
I'm waiting for some suggestions, advices, attempts to change my mind.
Yes, I'm aware of the previous experience:
redist flavor has android:requestLegacyExternalStorage="true" added since both:
android:requestLegacyExternalStorage="true"
The reason: https://developer.android.com/about/versions/11/privacy/storage
Yes, I'm a bit "late" with this topic and I see no reason to mess with requestLegacyExternalStorage attribute as it is obsolete in Android 11. The reasons are following:
$SHARED_DATA_DIR
location is still accessible without any permissions;termsh
is now a pretty good tool to use with the Storage Access Framework.I'm waiting for some suggestions, advices, attempts to change my mind.
Yes, I'm aware of the previous experience: