Re: [Interest] Android 11/SDK 30 file issues

2021-12-23 Thread maitai
Hi, The current state is the following: Although I duly request READ/WRITE permissions on a folder using an Intent.ACTION_OPEN_DOCUMENT_TREE (let's say Documents/appName), Qt cannot see any files except media files (png, etc). It sees only directory structure and media files, and files create

Re: [Interest] Android 11/SDK 30 file issues

2021-12-22 Thread Marek.Floriańczyk
Hi All Is this bug somehow related to this issue ? https://bugreports.qt.io/browse/QTBUG-97487 Best Regards Marek Dnia środa, 22 grudnia 2021 09:35:26 CET Andreas Buhr pisze: > Hi Philippe, > > On 21.12.21 21:40, maitai wrote: > > I have dug a lot today into it and my feeling is that it is not

Re: [Interest] Android 11/SDK 30 file issues

2021-12-22 Thread Andreas Buhr
Hi Philippe, On 21.12.21 21:40, maitai wrote: I have dug a lot today into it and my feeling is that it is not a qt bug. Even if it is not a Qt bug, Qt users are affected by it and it would be valuable to have one central point where we collect information about it. A bug entry on bugreports.

Re: [Interest] Android 11/SDK 30 file issues

2021-12-21 Thread maitai
Hi and thanks for answering, I have dug a lot today into it and my feeling is that it is not a qt bug. I am still locked on it, with many users impacted. Basically the situation is that although I request permissions for a dedicated folder (let's say /storage/emulated/0/Documents/myAppName),

Re: [Interest] Android 11/SDK 30 file issues

2021-12-21 Thread Andreas Buhr
Hi Philippe, On 21.12.21 12:04, maitai wrote: But now with the new build with SDK30 application sees only files it has just created, not even the files created by the previous version, and does not see any new file copied for instance in this folder by the user. thanks a lot for reporting this

[Interest] Android 11/SDK 30 file issues

2021-12-21 Thread maitai
Hi, We are having a big issue with Android 11 build for SDK30 which is now compulsory, currently running qt5.15.6 (commercial). To be prepared for that we have moved previously (with a build made for SDK 29), all user data from where it was to Documents/appName. But now with the new build wit