0

enter image description here

I got the alert from google as the screenshot.

As I understand that is the flag requestLegacyExternalStorage will be ignore only on device running android 11+.

So with the Target version 29 the flag requestLegacyExternalStorage = true still valid and the storage access will be like it before for all android <=10, is that right?

The solution us only change the method Write File to App-external storage or Public Dir that provided by android 11. Is that right?

Or with the new update we must remove the flag requestLegacyExternalStorage completely from Manifest no matter which version. Thanks.

Khang Tran
  • 467
  • 5
  • 16
  • if your app targets android 11+ you must use scoped storage is what its saying – tyczj Apr 21 '21 at 13:14
  • You do not have to remove it. Leave it as it will continue to work on an Android 10 device. But it has no effect on an Android 11 device. – blackapps Apr 21 '21 at 13:48

0 Answers0