We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
申请是通过androidx.core.app.ActivityCompat#requestPermissions这个api申请的,就算是第三方封装的框架,也是这个api。
androidx.core.app.ActivityCompat#requestPermissions
通过hook框架hook这个方法requestPermissions,然后打印调用堆栈。如果apk有反调试,需要先过反调试。
在AOSP源码中requestPermissions增加打印堆栈代码,编译刷机安装app运行。看堆栈log就行。
反编译apk,搜索requestPermissions,然后查看所有调用地方,如果apk加壳了需要先脱壳。
推荐方案2
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: