Simple Contacts

다운로드: Simple Contacts APK

  • 최신 버전
애플리케이션 ID com.simplemobiletools.contacts
다운로드 7.31M
업로드 기준 Simple Mobile Tool
평점 3.9/27.1K+
Everyone, In-App Purchases
안드로이드가 필요합니다 6.0
업데이트 날짜 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.