【发布时间】:2013-11-20 09:33:38
【问题描述】:
我想退出 Android 应用程序假设当我单击该按钮时我的应用程序有退出按钮,我需要关闭所有应用程序数据并导航到移动主屏幕,因为我正在编写代码以关闭当前活动 var 活动 = Titanium.Android.currentActivity; 活动.finish();
by this i am close the current activity how i will close the app programatically.
Thanks in Advance....
【问题讨论】:
标签: android titanium-mobile quit