Intent | Supported Schemas |
---|---|
wfc.voice.ACTION_BUTTON | "tel", "sip", "csip", "sips" |
android.intent.action.VIEW | "tel", "sip", "csip", "sips |
android.intent.action.CALL | "tel", "sip", "sips" |
android.intent.action.DIAL | "tel", "sip", "sips" |
Name | Description |
---|---|
Action | wfc.voice.ACTION_BUTTON |
Intent Type | startActivity |
Data Scheme | tel, sip, csip, or sips |
Extra 0 | |
Type | String |
Name | action |
Value | CALL |
Extra 1 | |
Type | String |
Name | value |
Value | Number or address of the intended recipient |
Name | Value |
---|---|
Action | android.intent.action.VIEW |
Intent Type | startActivity |
Data Scheme | tel, sip, csip, or sips followed by ":" and the number or address of the intended recipient |
Name | Description |
---|---|
Action | android.intent.action.CALL |
Intent Type | startActivity |
Data Scheme | tel, sip, or sips followed by ":" and the number or address of the intended recipient. |
$ adb shell am start -a wfc.voice.ACTION_BUTTON -d 'tel:' --es action CALL--es value 8471234567$
$ adb shell am start -a android.intent.action.CALL -d sip:2001
$ adb shell am start -a android.intent.action.VIEW -d csip:2001
$ adb shell am start -a android.intent.action.DIAL -d tel:555
adb shell am start -a android.intent.action.DIAL -d sip: