Clean up unused Android permissions

前端 未结 7 1530
醉酒成梦
醉酒成梦 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:05

    Best way is to understand what the may actually do. If it is ever going to use the camera then you know you need the camera permission.

提交回复
热议问题