Hello
from the post:
https://www.b4x.com/android/forum/threads/device-owner-tasklock-kiosk-apps-2017.81765/
I read :
"Another thing that you can do for a kiosk application is to run another app with a foreground service that starts the main app with an intent every minute.
If the app is already running then nothing will happen (assuming that the main activity is visible). If it crashed for some reason then it will be restarted.
This is a good approach for apps that need to run for very long times. "
Can anyone give me an example / directions of how to create this app / service?
Thanks
from the post:
https://www.b4x.com/android/forum/threads/device-owner-tasklock-kiosk-apps-2017.81765/
I read :
"Another thing that you can do for a kiosk application is to run another app with a foreground service that starts the main app with an intent every minute.
If the app is already running then nothing will happen (assuming that the main activity is visible). If it crashed for some reason then it will be restarted.
This is a good approach for apps that need to run for very long times. "
Can anyone give me an example / directions of how to create this app / service?
Thanks