A Almog Active Member Licensed User Sep 18, 2018 #1 Hello, does anybody know, for the permission: android.permission.INTERNET and android.permission.WAKE_LOCK, Is it needed to use RuntimePermissions? (btw, what down it meen android.permission.WAKE_LOCK ?) Thanks in advance
Hello, does anybody know, for the permission: android.permission.INTERNET and android.permission.WAKE_LOCK, Is it needed to use RuntimePermissions? (btw, what down it meen android.permission.WAKE_LOCK ?) Thanks in advance
DonManfred Expert Licensed User Longtime User Sep 18, 2018 #2 Almog said: btw, what down it meen android.permission.WAKE_LOCK ? Click to expand... https://stackoverflow.com/questions/15333135/what-is-the-use-of-android-permission-wake-lock Almog said: Is it needed to use RuntimePermissions? Click to expand... If a permission is marked with an asterix (*) in the permissionlist then it is a damgerous permission. You need to use Runtime Permissions for all dangerous permissions. See Upvote 0
Almog said: btw, what down it meen android.permission.WAKE_LOCK ? Click to expand... https://stackoverflow.com/questions/15333135/what-is-the-use-of-android-permission-wake-lock Almog said: Is it needed to use RuntimePermissions? Click to expand... If a permission is marked with an asterix (*) in the permissionlist then it is a damgerous permission. You need to use Runtime Permissions for all dangerous permissions. See