Re: [Interest] Android-6 File Opening Permissions

2017-04-06 Thread Robert Iakobashvili
Dear Ekke, It is very good example which is asking not only Camera by also external storage file permissions. It is worth to add it to the examples of Android Extras. jm2c Thanks. Kind regards, Robert On Thu, Apr 6, 2017 at 12:29 PM, ekke wrote: > here's also an example app demonstrating HowT

Re: [Interest] Android-6 File Opening Permissions

2017-04-06 Thread ekke
here's also an example app demonstrating HowTo ask for permissions if Camera is needed https://github.com/ftylitak/qzxing/tree/master/examples/QZXingLive haven't tested by myself yet, but will soon integrate into QtWorldSummit Conference APP to read QR Codes ekke Am 06.04.17 um 10:31 schrieb Robe

Re: [Interest] Android-6 File Opening Permissions

2017-04-06 Thread Robert Iakobashvili
Hi, Replying to my own email hoping it will help somebody not to waist time. The issue was related to Android-6 and above file treatment permissions. It is well covered by the excellent link below: http://www.bytran.org/androidmpermissions.htm IMHO, I would believe that it could be explained in

[Interest] Android-6 File Opening Permissions

2017-03-23 Thread Robert Iakobashvili
Hello, Qt-5.7, Nexus-7, Android-6, API 25 or 22. 1. Running Intent from Qt widget app to ask for a new file rather in a standard way works properly: QAndroidJniObject intent("android/content/Intent"); QAndroidJniObject ACTION_CREATE_DOCUMENT = QAndroidJniObject::fromString("android.intent.action