I have an App that has to access external storage (logs, etc), and it stopped working since I updated it to Android 10. I found a workaround to set
android:requestLegacyExternalStorage="true"
and it works fine on Android 10 now, but not on Android 11. I heard that this should still work on Android 11 if my app is targeting android 10 (SDK 29), so in my case, it should work. But it doesn't, and I still get deployment failed, permission denied