this post was submitted on 15 Jun 2023
61 points (100.0% liked)

Technology

37604 readers
218 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

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?

you are viewing a single comment's thread
view the rest of the comments
[–] andr01d@lemmy.fmhy.ml 2 points 1 year ago (3 children)

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.

[–] TheBaldness@beehaw.org 1 points 1 year ago (1 children)

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 2 points 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.

load more comments (1 replies)