I made a project with B4A_3.82 + JDK_1.7 + API_19 about many years ago.
It runs normally in Android 4.4 devices.
But it runs abnormally in Android 5.0 or above devices.
StartServiceAt("", DateTime.Now + 1000, True)
It runs every 1000 ms in Android 4.4 devices , but it runs every 5000 ms to 7000 ms in Android 5.0 or above devices.
How should I resolve the problem ?
It runs normally in Android 4.4 devices.
But it runs abnormally in Android 5.0 or above devices.
StartServiceAt("", DateTime.Now + 1000, True)
It runs every 1000 ms in Android 4.4 devices , but it runs every 5000 ms to 7000 ms in Android 5.0 or above devices.
How should I resolve the problem ?