Simple Contacts

Baixar: Simple Contacts APK

  • Versão mais recente
ID do aplicativo com.simplemobiletools.contacts
Baixar 7.31M
Enviar por Simple Mobile Tool
Classificação 3.9/27.1K+
Classificação do conteúdo Everyone, In-App Purchases
Requer Android 6.0
Atualizado em Jan 30, 2024

android.Manifest.permission

  • android.permission.CALL_PHONE:
    Allows an application to initiate a phone call without going through the Dialer user interface for the user to confirm the call.
  • android.permission.GET_ACCOUNTS:
    Allows access to the list of accounts in the Accounts Service.
  • android.permission.READ_CONTACTS:
    Allows an application to read the user's contacts data.
  • android.permission.READ_SYNC_SETTINGS:
    Allows applications to read the sync settings.
  • android.permission.WRITE_CONTACTS:
    Allows an application to write the user's contacts data.