Simple Dialer

Download: Simple Dialer APK

  • Latest Version
Application ID com.simplemobiletools.dialer
Downloads 3.05M
Upload by Simple Mobile Tool
Rating 3.8/13.29K+
Content rating Everyone, In-App Purchases
Requires android 6.0 and up
Updated on Jan 11, 2024

android.Manifest.permission

  • android.permission.ANSWER_PHONE_CALLS:
    Allows the app to answer an incoming phone call.
  • 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.CALL_PRIVILEGED:
    Allows an application to call any phone number, including emergency numbers, without going through the Dialer user interface for the user to confirm the call being placed.
  • android.permission.FOREGROUND_SERVICE:
    Allows a regular application to use Service.startForeground.
  • android.permission.MANAGE_OWN_CALLS:
    Allows a calling application which manages its own calls through the self-managed ConnectionService APIs.
  • android.permission.MODIFY_AUDIO_SETTINGS:
    Allows an application to modify global audio settings.
  • android.permission.POST_NOTIFICATIONS:
    Allows an app to post notifications
  • android.permission.READ_CALL_LOG:
    Allows an application to read the user's call log.
  • android.permission.READ_CONTACTS:
    Allows an application to read the user's contacts data.
  • android.permission.READ_PHONE_STATE:
    Allows read only access to phone state, including the current cellular network information, the status of any ongoing calls, and a list of any PhoneAccounts registered on the device.
  • android.permission.READ_SYNC_SETTINGS:
    Allows applications to read the sync settings.
  • android.permission.RECORD_AUDIO:
    Allows an application to record audio.
  • android.permission.SYSTEM_ALERT_WINDOW:
    Allows an app to create windows using the type WindowManager.LayoutParams.TYPE_APPLICATION_OVERLAY, shown on top of all other apps.
  • android.permission.VIBRATE:
    Allows access to the vibrator.
  • android.permission.WAKE_LOCK:
    Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.
  • android.permission.WRITE_CALL_LOG:
    Allows an application to write and read the user's call log data.
  • android.permission.WRITE_CONTACTS:
    Allows an application to write the user's contacts data.
  • android.telecom.action.CONFIGURE_PHONE_ACCOUNT: