brelto85 Active Member Licensed User Longtime User Sep 15, 2013 #1 I can register an intent that starts when a third party application (es: Google Navigator) is closed? Thanks
I can register an intent that starts when a third party application (es: Google Navigator) is closed? Thanks
Erel B4X founder Staff member Licensed User Longtime User Sep 16, 2013 #2 No. There is no such event. Upvote 0
brelto85 Active Member Licensed User Longtime User Sep 16, 2013 #3 ok, thanks and with a service that check if the application is run? if yes, how to? i need to used the packagemanager library? Upvote 0
ok, thanks and with a service that check if the application is run? if yes, how to? i need to used the packagemanager library?
Erel B4X founder Staff member Licensed User Longtime User Sep 16, 2013 #4 There is no simple way to find when an app closes. You can use the OS library (with reflection) to find the running processes. However the user can leave a program and the process may still run. Upvote 0
There is no simple way to find when an app closes. You can use the OS library (with reflection) to find the running processes. However the user can leave a program and the process may still run.