You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a couple of permissions that are checked in native code only,
such as CAMERA, INTERNET, and other permissions. To create these mappings, you first have to
identify permission checks in native code, then trace them back via JNI to the Java part and finally connect them with the SDK APIs.
We don't have an automated way to extract such mappings yet, but a student worker is currently looking at it manually. Hopefully, I can provide such mappings soon (at least for a single API level).
Hi,
I don't see some permissions like CAMERA, RECORD_AUDIO etc. being included in the results. Why is that?
The text was updated successfully, but these errors were encountered: