Fitbit

From Han Wiki
Revision as of 18:14, 28 April 2025 by Mhan (talk | contribs) (→‎Flex 2)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Jump to navigation Jump to search

Flex 2

List all notification services

$ adb shell dumpsys notification

Turn off notification

$ adb shell cmd notification disallow_listener com.fitbit.FitbitMobile/.notification.FitbitNotificationListenerService

Turn notification on.

$ adb shell cmd notification allow_listener com.fitbit.FitbitMobile/.notification.FitbitNotificationListenerService