ADB command to click on HOLD button

0

I used below ADB to click on HOLD button,

adb -s XYZWER56RITYDFS shell am start -a android.intent.action.ON_HOLD

but I am getting the below error as response:

Starting: Intent { act=android.intent.action.ON_HOLD } Error: Activity not started, unable to resolve Intent { act=android.intent.action.ON_HOLD flg=0x10000000 }

Any Idea how to resolve this?

button
adb
asked on Stack Overflow Feb 5, 2020 by Jagan777

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0