Fitbit: Difference between revisions

From Han Wiki
Jump to navigation Jump to search
iwu
 
 
Line 1: Line 1:
== Flex 2 ==
== Flex 2 ==


Turn off notification.
List all notification services
 
<syntaxhighlight lang="bash">
$ adb shell dumpsys notification
</syntaxhighlight>
 
Turn off notification


<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">

Latest revision as of 18:14, 28 April 2025

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