How to know which permissions a dependency uses

Asked

Viewed 29 times

0

I have an Android App made in Java published in the Getnet store, in which their approval system is quite strict and recently had a version of the app reproved because it uses the permission : android.permission.INSTALL_PACKAGE, but the application manifest does not contain this permission and not even the screen Android permissions it is visible, I suspect it is some dependency that I am using. So my question is :

  • How can I know which permissions a dependency uses?
  • Is there any tool in Android Studio or external that I can analyze my Apk more deeply?

1 answer

1

  • I was able to solve my question using the Analyse of Android Studio, when clicking on the manifest in the listing identified the permission that was Walking the problem and then researched in Google to know what was the dependency that uses it and ended up discovering that is Firebase.inserir a descrição da imagem aqui

Browser other questions tagged

You are not signed in. Login or sign up in order to post.