Has anybody thought, read or pondered how we can take care of this?
Seeing as how Google has just mandated the "Storage Access Framework", conceptually using the File
class, seems like it could cause some major problems in developer's apps if they don't change locations.
In other words File.documentsDirectory/desktopDirectory
(Public) on Android Q is not accessible anymore.
So,
File.applicationDirectory
File.applicationStorageDirectory
File.cacheDirectory
File.desktopDirectory
File.documentsDirectory
What becomes obsolete, do we have to create Roles, has anybody been using the Storage Access Framework in an AIR app?
From what I see, File.applicationStorageDirectory
is about the only safe root now.
I also had an internal file browser in all my apps, which seem to be toast now as well.