Battery Alarm

Unduh: Battery Alarm APK

  • Versi Terbaru
ID Aplikasi simple.batttery.alarm
Unduhan 972.75K
Unggah berdasarkan Zoran Vujacic
Peringkat 4.4/13.95K+
Everyone
Membutuhkan android 4.1
Diperbarui pada Apr 10, 2024

android.Manifest.permission

  • android.permission.FOREGROUND_SERVICE:
    Allows a regular application to use Service.startForeground.
  • android.permission.POST_NOTIFICATIONS:
    Allows an app to post notifications
  • 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.VIBRATE:
    Allows access to the vibrator.
  • android.permission.WAKE_LOCK:
    Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.
  • android.permission.WRITE_SETTINGS:
    Allows an application to read or write the system settings.