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

后端 未结 3 1715
爱一瞬间的悲伤
爱一瞬间的悲伤 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-23 23:38

    The last (2016) "state of the art" paper about permission mapping is Axplorer

    In their github project you can find the extracted mapping (api 25).

提交回复
热议问题