Stopwatch (Wear OS)

Загрузить: Stopwatch (Wear OS) APK

  • Последняя версия
Идентификатор приложения nl.slisky.stopwatch
Загрузки 190.92K
Загрузить Electric Wave
Рейтинг 3.9/373+
Everyone, Users Interact
Требуется Android 6.0
Обновлено May 12, 2024

android.Manifest.permission

  • android.permission.FOREGROUND_SERVICE:
    Allows a regular application to use Service.startForeground.
  • android.permission.FOREGROUND_SERVICE_SPECIAL_USE:
    Allows a regular application to use Service.startForeground with the type "specialUse".
  • android.permission.POST_NOTIFICATIONS:
    Allows an app to post notifications
  • android.permission.READ_EXTERNAL_STORAGE:
    Allows an application to read from external storage.
  • 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_EXTERNAL_STORAGE:
    Allows an application to write to external storage.
  • nl.slisky.stopwatch.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION: