• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. Rohit Manohar

    Killing android app Programitically

    How can I Kill my android application programmitically , when it got any crash. Following commands are not working in Uncaght Excetion Handler. 1)System.exit(0); 2)int p = android.os.Process.myPid(); android.os.Process.killProcess(p); Can anyone help for finding correct solution for this problem.