Simple Notes Pro

Tải xuống: Simple Notes Pro APK

  • Phiên bản mới nhất
ID ứng dụng com.simplemobiletools.notes.pro
Tải xuống 157.86K
Tải lên bởi Simple Mobile Tool
Đánh giá 4.0/4.46K+
Xếp hạng nội dung Everyone
Yêu cầu android 6.0
Đã cập nhật vào 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.