KitKat BUGS fixer
This mod fixing various bugs on KitKat.
Mod does not have any settings activity. Just enabled it in Xposed menu.
1. https://android-review.googlesource.com/#/c/81970/
Head: All service returning START_STICKY do not restart after it is being killed.
Symptom: if you will start heavy application (game, video encode/decode viewing or bad application which occupy lot of resources), android can kill background service, for example Skype or WhatsApp, but will never restart services when resources become free. Need to start application again or even full phone restart.
Affected version: 4.4, 4.4.1, and 4.4.2.
2. https://android-review.googlesource.com/#/c/98918/
Head: If all activities of a given stack were finishing, no activity was marked as front-of-task.
Symptom: if a task has multiple activities and all of them are finishing at the same time, an activity of an unrelated task is shown for a split second prior to showing the home activity. I could be reproduced this fairly regularly using the Tapatalk app.
Affected version: 4.4.*
Some fixes to "if recents has several apps running, clicking BACK button fast to close current activity will bring to front another activity"
https://android-review.googlesource.com/#/c/98918/
Head: If all activities of a given stack were finishing, no activity was marked as front-of-task.
Symptom: if a task has multiple activities and all of them are finishing at the same time, an activity of an unrelated task is shown for a split second prior to showing the home activity. I could be reproduced this fairly regularly using the Tapatalk app.
Affected version: 4.4.*