Simple Notes Pro

Baixar: Simple Notes Pro APK

  • Versão mais recente
ID do aplicativo com.simplemobiletools.notes.pro
Baixar 157.86K
Enviar por Simple Mobile Tool
Classificação 4.0/4.46K+
Classificação do conteúdo Everyone
Requer Android 6.0
Atualizado em 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.