Since we don’t yet have a specific community for custom phone ROMs, let’s discuss them here. Are you running a custom ROM? Which one? On what hardware? How is it?

  • andr01d@lemmy.fmhy.ml
    link
    fedilink
    arrow-up
    3
    ·
    1 year ago

    Pixel 7 with Graphene. I love it. I have sanboxed google play installed, and occasionally dont get a notification (i suspect the apps are just not running in the background, so once I open the app I get the notifs). Would recommend.

    • The Baldness@beehaw.orgOP
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      Not getting notifications for something like a chat app is a big deal. Are there ways to allow apps to run in the background?

      • yellow@beehaw.org
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        If the app uses Google FCM (which uses Google Play Services to poll notifications on device) it should register an FCM service that runs separately from the application, so it shouldn’t need to run in the background.

        However to answer your original question, you can disable battery optimization for particular apps. Or if an app wants to really never be killed, it can create an Android foreground service.