Enable or Disable Do not Disturb (DnD)
Enable or Disable Do not Disturb (DnD)

Enable or Disable Do not Disturb (DnD)

This intent is used to control the DnD configuration for
PTT Pro for Android
.

Intent Definition

Name
Description
Action
com.symbol.wfc.pttpro.ACTION_DND
Intent Type
broadcast
Extra
Sets the DnD status of the client.
     Type
Boolean
     Name
enable
     Value
true—enables the DnD mode in
PTT Pro for Android
false—disables the DnD mode in
PTT Pro for Android
ADB Examples
Enable the DnD mode for
PTT Pro for Android
:
adb shell am broadcast -a com.symbol.wfc.pttpro.ACTION_DND --ez "enable" true
Disable the DnD mode for
PTT Pro for Android
:
adb shell am broadcast -a com.symbol.wfc.pttpro.ACTION_DND --ez "disable" false