mrjaw Active Member Licensed User Longtime User Dec 28, 2012 #1 Hi! My app has a few activities and when the customer press the button 'Quit" I want to kill all activities with dependency at this app. There is a way to get a list of all activities running and from this list kill the activities.
Hi! My app has a few activities and when the customer press the button 'Quit" I want to kill all activities with dependency at this app. There is a way to get a list of all activities running and from this list kill the activities.
Erel B4X founder Staff member Licensed User Longtime User Dec 30, 2012 #3 Are all of these activities expected to be in the activities stack? If not then you should call Activity.Finish whenever you start a new one. Upvote 0
Are all of these activities expected to be in the activities stack? If not then you should call Activity.Finish whenever you start a new one.