peacemaker Expert Licensed User Longtime User Feb 26, 2016 #1 HI, If my launcher-app has started some app - i need to wait for this app finished, to shutdown the device. How to check ?
HI, If my launcher-app has started some app - i need to wait for this app finished, to shutdown the device. How to check ?
Erel B4X founder Staff member Licensed User Longtime User Feb 28, 2016 #2 You can see which fields are included in the intent with: Log(Activity.GetStartingIntent.ExtrasToString). There is no other information available. Upvote 0
You can see which fields are included in the intent with: Log(Activity.GetStartingIntent.ExtrasToString). There is no other information available.