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.