I need my button to kill the application so im using... this.Finish (); Process.KillProcess (Process.MyPid());
It works one time, then when i open my application again and try it start going back to previous activity...
How can i make this work?
I need my button to kill the application so im using... this.Finish (); Process.KillProcess (Process.MyPid());
It works one time, then when i open my application again and try it start going back to previous activity...
How can i make this work?