• 0 Posts
  • 7 Comments
Joined 1 year ago
cake
Cake day: July 7th, 2023

help-circle


  • Oh, that’s for sure the system. But nothing too crazy if their background process are not set to unrestricted.

    You may want to check Playservices as well, especially the main activity.

    If It gets killed often and not getting restarted, it could be a problem since they are pretty much responsible for handling cloud messaging.



  • Find what actually kills your app by running the following line via ADB terminal.

    adb dumpsys activity exit-info *app package*
    

    That gave you a list of the “killers” of your apps. The reason or subreason constant value can be checked here.

    You haven’t mentioned this in OP yet, try to lock your apps from recents and enable autostart for them.

    It suprises me that the guide for Samsung at dontkillmyapps is so long lmao.