Contacts plus

Download: Contacts plus APK

  • Latest Version
Application ID com.contacts.android.contacts
Downloads 292.55K
Upload by CamTechBy
Rating 4.5/4.35K+
Content rating Everyone
Requires android 6.0 and up
Updated on Apr 05, 2024

android.Manifest.permission

  • android.permission.ACCESS_NETWORK_STATE:
    Allows applications to access information about networks.
  • 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.FOREGROUND_SERVICE:
    Allows a regular application to use Service.startForeground.
  • android.permission.GET_ACCOUNTS:
    Allows access to the list of accounts in the Accounts Service.
  • 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.READ_SYNC_SETTINGS:
    Allows applications to read the sync settings.
  • android.permission.RECEIVE_BOOT_COMPLETED:
    Allows an application to receive the Intent.
  • android.permission.USE_BIOMETRIC:
    Allows an app to use device supported biometric modalities.
  • android.permission.WAKE_LOCK:
    Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.
  • android.permission.WRITE_CONTACTS:
    Allows an application to write the user's contacts data.
  • com.google.android.gms.permission.AD_ID: