Details
-
Suggestion
-
Resolution: Moved
-
P2: Important
-
None
-
5.15
-
None
Description
Android enforces restricted file access starting with Android Q which can be turned off (android:requestLegacyExternalStorage="true" in the AndroidManifest.xml) but will be mandatory in Android R in 2020. Qt should somehow provide scoped file access. At the moment we can get scoped file access as follows:
- Request file access in a Java method.
- Pass the file handle from Java to C++ and use it as a parameter in QFile().
Attachments
Issue Links
- is replaced by
-
QTBUG-98974 Android 11 - Scoped Storage
- Closed
- relates to
-
QTBUG-98974 Android 11 - Scoped Storage
- Closed