Stopwatch (Wear OS)

Download: Stopwatch (Wear OS) APK

  • Latest Version
Application ID nl.slisky.stopwatch
Downloads 155.77K
Upload by Electric Wave
Rating 4.0/315+
Content rating Everyone, Users Interact
Requires android 6.0 and up
Updated on Feb 04, 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: