On Oct 4, 5:01 pm, Mark Murphy <mmur...@commonsware.com> wrote:
> On Mon, Oct 4, 2010 at 4:52 PM, kypriakos <demet...@ece.neu.edu> wrote:
> > Is there a way to start and stop an app remotely (through the adb)
> > without needing to install/uninstall each time?
>
> adb shell am start will start an activity. Run that command as written
> in a terminal window or command prompt to get the structure of the
> Intent you will need to supply to indicate what activity to start.
>
> I don't think you can stop an activity this way, though.

What if you start something else like the home screen, and then kill
the subject activity's process?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to