Is it possible to attach an application to the background using the adb command? I have an application that invokes Google navigation, and I want to steer Google navigation into the background with the adb command. I donβt want to just return to the main screen, I want to make sure that the application called google navigation remains in the foreground. So far, I:
adb shell am force-stop com.google.android.apps.maps
But the aforementioned team power stops the process instead of clicking on the background.
source share