Telephone - Simple Dialer

Baixar: Telephone - Simple Dialer APK

  • Versão mais recente
ID do aplicativo com.kenzap.simple_dialer
Baixar 212.38K
Enviar por Kenzap Pte Ltd
Classificação 3.8/648+
Classificação do conteúdo Everyone
Requer Android 4.4W
Atualizado em Sep 27, 2018

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.INTERNET:
    Allows applications to open network sockets.
  • android.permission.READ_CONTACTS:
    Allows an application to read the user's contacts data.
  • android.permission.RECEIVE_BOOT_COMPLETED:
    Allows an application to receive the Intent.
  • android.permission.VIBRATE:
    Allows access to the vibrator.
  • android.permission.WRITE_CONTACTS:
    Allows an application to write the user's contacts data.