Clean up unused Android permissions

前端 未结 7 1527
醉酒成梦
醉酒成梦 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条回答
  •  梦毁少年i
    2020-12-25 12:15

    Or you could just learn what your app does and then go through the permissions and see which ones are extra. What does your app do, what phone features does it use. There should be some documentation somewhere on what it should do and what methods are in there

提交回复
热议问题