hi folks, i work on a very critical task, i wanna upload some data from my local database including photos, i wanna always start to do that every 5 min even if the app is not in background,
i started with WorkManager Periodically upload data every 15 minutes minimum, but i have two issues, the Chinese Android Systems kills this process when the app not in background , and also the 15min too much…
is there a way to achieve this please ??
not kotlin but kotlin colored 3