How to kill my application after call finish?
(i can see my app in HTC's phone, but i finished that activity anyway)
There's really no need for this, Android automatically decides when to kill apps. However, you can, if you need to, kill it using:
Process.killProcess(Process.myPid());
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With