I'm currently developing an kiosk application on a rooted Android device (MK809III from Ugoos).
My target is to start an activity with just a WebView fullscreen mode which loads a specific URL.
But I'mm facing an unknown behavior that every two hours onStart
and onResume
are called and I can't determine why.
It is designed as LauncherApplication which ensures that the application is not killed by system processes due to inactivity (hopefully).
Sadly I don't have any reasonable Logs right now that i can hand out. I will try to reproduce this behavior and edit the Logcat output later on.
My (first) concrete Question is:
Is this a normal Android behavior to start an Launcher Application several times without user Interaction ?