https://bugzilla.novell.com/show_bug.cgi?id=670164

https://bugzilla.novell.com/show_bug.cgi?id=670164#c2


--- Comment #2 from Jonathan Pryor <[email protected]> 2011-03-03 17:40:27 UTC 
---
As of r9700, `mandroid.exe --debug` will add a BroadcastReceiver which will
terminate the executing process by using java.lang.Runtime.exit(). All the IDE
needs to do is send broadcast intent and the process will exit itself:

       adb shell am broadcast \
                -a mono.android.intent.action.SEPPUKU \
                -c mono.android.intent.category.SEPPUKU.@PACKAGE@

in which @PACKAGE@ is the value of the /manifest/@package attribute within
AndroidManifest.xml.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to