flamyoad / adr_playground

0 stars 0 forks source link

READ_BASIC_PHONE_STATE - non dangerous permission #7

Open flamyoad opened 1 year ago

flamyoad commented 1 year ago

With Android 13 comes READ_BASIC_PHONE_STATE which returns only some data like system version or network type to which it is connected, therefore being a less dangerous permission than the previous one.

let's check if it can be used to detect phone call

https://developer.android.com/reference/android/Manifest.permission.html#READ_BASIC_PHONE_STATE