I am trying to create a mapping between android API calls in methods and permissions it requires. I extracted API calls from Android library dex files. And I use Androguard's Axplorer permission mappings as a base for mappings.
Permission mapping from axplorer format is as below:
Landroid/widget/VideoView;-setVideoURI-(Landroid/net/Uri; Ljava/util/Map;)V ['android.permission.WAKE_LOCK']
Theβ¦
Top comments (1)
Although I tried many combinations such as searching with the only class name, only method name, class name + method name. There is no matching, it is a problem I can not solve. How can I fix this?