Issue
I've searched all over the web but cannot find anything related to permissions. Is it even doable in native C++? How do I do it? I am completely stuck.
Can you guys help me?
Solution
There is no C++ api to request app permissions. You can use a callback from native to Java (via JNI) and ask for permissions in Java.
Answered By - MiriM
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.