I recently changed the application for the target Marshmallow, and as you know, I now need to process the Marshmallow permission model.
There are many files and thousands of lines of code in the application. Besides the brute force method, i.e.
disable permissions and use the application, indicating where exceptions occur
Is there a more efficient way to find out which api call lines request specific permissions so that they can be wrapped in a permission request?
source
share