Re: [Interest] Qt6: Android: checkPermission is not available yet?

2021-09-18 Thread Alexander Dyagilev
when you do, though in this case it's to be expected. Mårten From: Interest on behalf of Alexander Dyagilev Sent: Saturday, September 18, 2021 18:24 To: interest@qt-project.org Subject: [Interest] Qt6: Android: checkPermission is not available yet

Re: [Interest] Qt6: Android: checkPermission is not available yet?

2021-09-18 Thread Alexander Dyagilev
: Interest on behalf of Alexander Dyagilev Sent: Saturday, September 18, 2021 18:24 To: interest@qt-project.org Subject: [Interest] Qt6: Android: checkPermission is not available yet? Hello guys :) I'm wondering that is the equivalent for this function: bool checkPermission() { static const

Re: [Interest] Qt6: Android: checkPermission is not available yet?

2021-09-18 Thread Mårten Nordheim
To: interest@qt-project.org Subject: [Interest] Qt6: Android: checkPermission is not available yet? Hello guys :) I'm wondering that is the equivalent for this function: bool checkPermission() { static const QString PERMISSION("android.permission.WRITE_EXTERNAL_STORAGE");

[Interest] Qt6: Android: checkPermission is not available yet?

2021-09-18 Thread Alexander Dyagilev
Hello guys :) I'm wondering that is the equivalent for this function: bool checkPermission() {     static const QString PERMISSION("android.permission.WRITE_EXTERNAL_STORAGE");     QtAndroid::PermissionResult r = QtAndroid::checkPermission(PERMISSION);     if (r ==