Simple Notes Pro

Descargar: Simple Notes Pro APK

  • Última versión
ID de aplicación com.simplemobiletools.notes.pro
Descargas 157.86K
Subir por Simple Mobile Tool
4.0/4.46K+
Everyone
Requiere Android 6.0
Actualizado el Sep 19, 2023

android.Manifest.permission

  • android.permission.RECEIVE_BOOT_COMPLETED:
    Allows an application to receive the Intent.
  • android.permission.SCHEDULE_EXACT_ALARM:
    Allows applications to use exact alarm APIs.
  • android.permission.USE_EXACT_ALARM:
    Allows apps to use exact alarms just like with SCHEDULE_EXACT_ALARM but without needing to request this permission from the user.
  • android.permission.USE_FINGERPRINT:
    This constant was deprecated in API level 28. Applications should request USE_BIOMETRIC instead
  • android.permission.WAKE_LOCK:
    Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.