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??