Use android adb shell to return one activity -


I have the following problem:

Our company has built an Android device that has no return There is no button (not physical and not under the screen), so I can not return to the previous activity / screen. Now I need to test the app developed by a third-party, when I return to the previous screen. Settings

Either way I can return to the previous screen or the user can click on the return button?

I had to go back to HOME (Android main screen):

  ADB shell is starting- A androidintent. Action. Mn-c androidintent Category.HOME  

Also read about Activity Manager and Expirer Monkey at these links:

But This is not able to solve my problem. How can anyone complete this call through ADB?

You can try:

  ADB Shell input keywidth keycode_back  

Comments

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -