Hello! I want close my app after starting several activities, how can I do it correctly? I have tried use Finish(), but when I use it my app shows previous activity, must I clear a activity-stack?How can I do it? Also, I have tried kill my app process, but android reestablish it. Thanks
↧