简体   繁体   中英

Is there a way to bypass the android runtime request permissions with NDK?

I just would like to know if there is a way to use the camera and storage without request it in runtime and without to set targetSdkVersion to 21, thanks in advance and sorry if this question sounds dumb in some manner.

Edit 1: I don't necessarily mean to bypass, I would like to know if the android permissions are needed in runtime if I use the NDK.

All of the same restrictions apply. You need to make the permission request in Java or over JNI.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM