0

I want quit the Android app suppose my app having quit button when i click on that button i need to close the all app data and navigate to Mobile home screen for that i am writing the code to close to current activity var activity = Titanium.Android.currentActivity; activity.finish();

by this i am close the current activity how i will close the app programatically.

Thanks in Advance....
satya
  • 11
  • 1
  • 3

1 Answers1

0

Check my answer at Exit from application via button in titanium. You can also refer Exit Titanium android application. Both answers will help you to resolve your issue

Community
  • 1
  • 1
Anand
  • 5,323
  • 5
  • 44
  • 58