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?