Clean up unused Android permissions

前端 未结 7 1523
醉酒成梦
醉酒成梦 2020-12-25 11:49

If I wanted to research how and where permissions [requested in the Mainfest.xml] were used in an Android app for the purposes of removing them is there an easy way of doing

7条回答
  •  [愿得一人]
    2020-12-25 12:06

    The way I would do it for an app for which I didn't write the code would be to remove the permissions one by one and test the app end-to-end each time. When it fails, narrow it down. If not, that permission may not be used.

提交回复
热议问题