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....