0 down vote favorite
I have an app which will start a background service , which works fine on all android phones and emulators except in Redmi 1s phones. Service starts normally. But when user clears out the app from recent apps interface, all the services associated with my app getting killed. My app needs this background service to be running. Is there anythinng I can do to prevent this issue?
I have an app which will start a background service , which works fine on all android phones and emulators except in Redmi 1s phones. Service starts normally. But when user clears out the app from recent apps interface, all the services associated with my app getting killed. My app needs this background service to be running. Is there anythinng I can do to prevent this issue?