android
Awake app from stopped state (after Force Close)
I have an app in the Play Store for almost 2 years with the average rate of 4.6. The app is in reminders category and relies on AlarmManager. Unfortunately recently long time users start contacting me saying that app used to work for a long time and stopped recently. I know that the reason is the custom implementation of battery saving mechanisms by different phones' vendors. But the other reason is task killer (cleaning) apps like Clean Master that Force Close other apps. The issue is that after Force Closing my app goes to stopped state and do not answer to any intents that are broadcasted by the system because system intents are sent with FLAG_EXCLUDE_STOPPED_PACKAGES flag (according to https://developer.android.com/about/versions/android-3.1.html#launchcontrols). Is there any solution to get my app out of stopped stated if it is put there by task killer? Or to prevent from being killed by such app?
Related Links
android camera preview wrong aspect ratio
How to change the background of Android Alert Dialog Title
proximity Alert not fired
Get pdf file from server and display it in pdf viewer in android
Android: Retain Variables In UI Fragment through Config Changes
“Source Not Found”, Debugging Android Application in Eclipse [closed]
How can I import library at android-studio?
javax.net.ssl.SSLException: Not trusted server certificate - keeps coming back
Eclipse android app crashes when started
Tow centralized colomns GridView
android unable to add spinning wheel dialog when loading pre-load database
Comparing pixel colors in a selected region
Start an app from a running background service
Pressing back button stops and destroys my Activity insted of resuming it
Dynamically display images in layout [closed]
Table has no column named error while INSERTING