top | item 45654873

(no title)

mbeex | 4 months ago

The one thing I dislike, is the trouble to finish the application in a sane way:

https://bugs.kde.org/show_bug.cgi?id=423497

discuss

order

goda90|4 months ago

I can't say I'm experienced with Android development, but is there something about this issue that makes it hard for a volunteer to submit a PR? Seems like it should be just an OS API call or something.

immibis|4 months ago

Android doesn't really have such a thing as quitting an app. You're meant to just stop doing stuff when off screen, and let your app be evicted in LRU order (or whatever order is actually used). If your app does background stuff you should have a settings toggle to do the background stuff or not, and when it's on and the phone is on, you do the background stuff.

alright2565|4 months ago

This doesn't seem needed to me, I've never seen an android app have a way to close it. Or any kind of battery life impact from KDE Connect for that matter.