Battery Alarm

ダウンロード: Battery Alarm APK

  • 最新バージョン
アプリケーションID simple.batttery.alarm
ダウンロード 972.75K
アップロード方法 Zoran Vujacic
評価 4.4/13.95K+
コンテンツのレーティング Everyone
アンドロイドが必要です 4.1
更新日 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.