I have implemented a periodic work request using android work manager, the work is getting repeated if app is in foreground or background.
But when the app is cleared from recents, the work manager stops repeating the work.
Is there a solution or work around for this??
try to run the app from launcher or generated apk , not from the android studio ( play green icon ) and see if you have the same issue