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.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training...At Your Office: http://commonsware.com/training

-- 
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