Mandarin IM

Download: Mandarin IM APK

  • Latest Version
Application ID com.tomclaw.mandarin
Downloads 545.39K
Upload by TomClaw Software
Rating 4.2/8.56K+
Content rating Mature 17+, Users Interact, Shares Info
Requires android 4.0.3 and up
Updated on Oct 09, 2023

android.Manifest.permission

  • android.permission.ACCESS_NETWORK_STATE:
    Allows applications to access information about networks.
  • android.permission.FOREGROUND_SERVICE:
    Allows a regular application to use Service.startForeground.
  • android.permission.INTERNET:
    Allows applications to open network sockets.
  • android.permission.NFC:
    Allows applications to perform I/O operations over NFC.
  • android.permission.POST_NOTIFICATIONS:
    Allows an app to post notifications
  • android.permission.READ_EXTERNAL_STORAGE:
    Allows an application to read from external storage.
  • android.permission.RECEIVE_BOOT_COMPLETED:
    Allows an application to receive the Intent.
  • android.permission.VIBRATE:
    Allows access to the vibrator.
  • android.permission.WRITE_EXTERNAL_STORAGE:
    Allows an application to write to external storage.