Which android permission requires access to contacts? -
my app keeps asking permission access contacts, can see picture don't use read_contacts. there other permission triggers access contacts?
get_accounts
part of same permission group read_contacts
. so, if calling requestpermissions()
get_contacts
, permission dialog user sees have language focused on contacts.
Comments
Post a Comment