This is an old revision of the document!
Table of Contents
App persistence and notifications on the Kyocera DIGNO Keitai 4
Due to the device only having 1 GB of RAM, apps are regularly killed in the background. There are also multiple issues with receiving notifications due to the lack of Firebase Cloud Messaging (FCM).
Fixing notifications
FCM is a part of Google Play Services, which typically handles notifications in an efficient manner. FCM allows apps to remain inactive, and to be woken up by the service when notification is received. This can be mitigated by rooting the phone and using microG to reinstate FCM.
In the context of SMS, any SMS app other than the stock messaging app or Google Messages will have messages deleted when closed due to a device specific issue. This can be solved by systemizing the app.
Using microG to reinstate FCM
See Using microG for setting up microG and enabling FCM.
Systemizing apps
Main article: Systemizing Android apps