android.permission.INTERNET | Allows to access internet network. |
android.permission.RECEIVE_BOOT_COMPLETED | Allows to receive the boot completed notification that is broadcast after the system finishes booting. |
android.permission.ACCESS_NETWORK_STATE | Allows to access information about networks. |
android.permission.DOWNLOAD_WITHOUT_NOTIFICATION | App customer permission. |
android.permission.WAKE_LOCK | Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming. |
android.permission.FOREGROUND_SERVICE | App customer permission. |
android.permission.REQUEST_DELETE_PACKAGES | App customer permission. |
android.permission.WRITE_EXTERNAL_STORAGE | Allows to write to external storage such as SD card. |
android.permission.REQUEST_INSTALL_PACKAGES | App customer permission. |
com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE | App customer permission. |
android.permission.READ_EXTERNAL_STORAGE | Allows to read from external storage such as SD card. |