Qt 6 custom permission string? requestPermission
-
Hi all,
so I'm a bit confused, or to say baffled on how the permission are working in Qt 6 when it comes to Android support.
Yes, you can request support for most used predefined list of permission and I'm finding that great.
But, I have a "custom" permission not on that list that has to be requested as well.
I'm not sure why it wouldn't be possible to request a permission also by its string, as one has to do in Java / Kotlin?That should be quite simple to expose instead of having to write the same through JNI.
I guess I'm missing something so would like to hear more,
Best regards
-
Hi,
From a quick search it's seems there's an android specific private API that you can leverage. Please note the warning that comes with it.