fash866 Member Licensed User Longtime User Apr 19, 2015 #1 Hi : I hava a test , if i use exitapplication to exit my app ,the app service will exit the same time, is there any way to exit application but not exit the app service? PS: The serive is started by startservice().
Hi : I hava a test , if i use exitapplication to exit my app ,the app service will exit the same time, is there any way to exit application but not exit the app service? PS: The serive is started by startservice().
Erel B4X founder Staff member Licensed User Longtime User Apr 19, 2015 #2 ExitApplication kills the process. You should use Activity.Finish instead. Upvote 0