Fist I used the shell command in terminal, it worked. But when I used that command in a activity, It didn’t work. Then I used the command in a service, It didn’t work. I checked the log and found it sent the keyevent 3(return home page command).
Share
You should fire an intent not inject input events. From the shell you can execute
or from your code use a similar intent with startActivity().