Simple Dialer

Tải xuống: Simple Dialer APK

  • Phiên bản mới nhất
ID ứng dụng info.pakkudev.simple_dialer
Tải xuống 8.49K
Tải lên bởi Akın Demirtuğ
Đánh giá 3.7/50+
Xếp hạng nội dung Everyone
Yêu cầu android 4.1
Đã cập nhật vào Oct 23, 2021

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.DISABLE_KEYGUARD:
    Allows applications to disable the keyguard if it is not secure.
  • android.permission.MODIFY_AUDIO_SETTINGS:
    Allows an application to modify global audio settings.
  • 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.WAKE_LOCK:
    Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.