Mapping between Android permissions (that we define in the manisfest file ) to corresponding API calls /methods

后端 未结 3 1723
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-23 23:10

Where can I find the mapping between Android permissions (that we define in the manisfest file ) to corresponding API calls /methods?

For example

GET         


        
3条回答
  •  渐次进展
    2020-12-24 00:02

    Original PScout website doesn't work anymore but I extracted the mapping from original PScout and pushed it to Github. You can easily check it out and parse it if you need it.

    Here you can find all methods that PScout found which require Android permissions.

    PScout results- map of Android permissions and methods that require those permissions

提交回复
热议问题