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?

required permissions

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

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -