Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some permissions not included in the results #3

Open
gulizseray opened this issue Aug 16, 2018 · 1 comment
Open

Some permissions not included in the results #3

gulizseray opened this issue Aug 16, 2018 · 1 comment

Comments

@gulizseray
Copy link

gulizseray commented Aug 16, 2018

Hi,

I don't see some permissions like CAMERA, RECORD_AUDIO etc. being included in the results. Why is that?

@reddr
Copy link
Owner

reddr commented Aug 30, 2018

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants