Name | Description |
---|---|
Action | wfc.voice.SUBSCRIBE |
Intent Type | startActivity |
Extra 0 | This parameter defines the names of the subscriptions which are subscribed or unsubscribed. |
Type | Array |
Name | subscriptions |
Value | Subscription strings |
Extra 1 | This optional parameter defines whether the subscriptions are subscribed (true) or unsubscribed (false). If this parameter is not present, it sets to true by default.. |
Type | Boolean |
Name | clear |
Value | true or false |
$ adb shell am start -a wfc.voice.SUBSCRIBE --esa subscriptions "Food,Toys"
$ adb shell am start -a wfc.voice.SUBSCRIBE --esa subscriptions "Food" --ez clear true
$ adb shell am start -a wfc.voice.SUBSCRIBE --ez clear true