Calculator

Download: Calculator APK

  • Latest Version
Application ID com.miui.calculator
Downloads 1.76B
Upload by Xiaomi Inc.
Rating 4.2/357.14K+
Content rating Everyone
Requires android 6.0 and up
Updated on Feb 24, 2023

android.Manifest.permission

  • android.permission.ACCESS_NETWORK_STATE:
    Allows applications to access information about networks.
  • android.permission.ACCESS_WIFI_STATE:
    Allows applications to access information about Wi-Fi networks.
  • android.permission.FOREGROUND_SERVICE:
    Allows a regular application to use Service.startForeground.
  • android.permission.INTERNET:
    Allows applications to open network sockets.
  • 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.SYSTEM_OVERLAY_WINDOW:
  • android.permission.VIBRATE:
    Allows access to the vibrator.