android.permission.ACCESS_NETWORK_STATE
Allows applications to access information about networks
android.permission.GET_ACCOUNTS
Allows access to the list of accounts in the Accounts Service .
android.permission.GET_ACCOUNTS_PRIVILEGED
android.permission.INTERNET
Allows applications to open network sockets.
android.permission.MOUNT_UNMOUNT_FILESYSTEMS
Allows mounting and unmounting file systems for removable storage.
android.permission.READ_EXTERNAL_STORAGE
android.permission.READ_PHONE_STATE
Allows read only access to phone state.
android.permission.RECEIVE_BOOT_COMPLETED
Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting. If you don't request this permission, you will not receive the broadcast at that time. Though holding this permission does not have any security implications, it can have a negative impact on the user experience by increasing the amount of time it takes the system to start and allowing applications to have themselves running without the user being aware of them. As such, you must explicitly declare your use of this facility to make that visible to the user.
android.permission.USE_CREDENTIALS
Allows an application to request authtokens from the AccountManager.
android.permission.VIBRATE
Allows access to the vibrator.
android.permission.WAKE_LOCK
Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.
android.permission.WRITE_EXTERNAL_STORAGE
Allows an application to write to external storage.
com.google.android.c2dm.permission.RECEIVE
com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE