Simple Notes Pro

دانلود: Simple Notes Pro APK

  • آخرین نسخه
شناسه برنامه com.simplemobiletools.notes.pro
دانلودها 157.86K
آپلود توسط Simple Mobile Tool
رتبه بندی 4.0/4.46K+
رده بندی محتوا Everyone
نیاز به اندروید 6.0
به روز رسانی شد 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.