• 2 Posts
  • 285 Comments
Joined 2 years ago
cake
Cake day: June 1st, 2023

help-circle
  • An interesting point - I checked, and as far as I can tell, non-citizens can be charged with treason in the U.K, so long as they are considered under the jurisdiction of the U.K - “alien residents” for example are covered, and probably temporary visitors to the country as well. It would likely be up to judicial interpretation whether attempting the coup virtually would qualify, but I’d assume it might.

    The serious take would be that this comment is too mild to qualify for treason, but one could always hope.








  • Your phone is trying to keep your battery alive. The lower the specs of the phone, then the more aggressive the OS is.

    No, apps closing between switches is not a matter of battery, it’s a core feature of Android related to the management of RAM. Whenever the OS needs more available RAM, the OS will close a backgrounded app to make those resources available. This is why it happens more frequently on low-end devices - these generally ship with less RAM.

    Some misguided vendors will limit background execution in incorrect ways in the name of saving battery, but the general thing with apps living in background is a story of RAM.

    Interestingly enough, apps are supposed to be built to cope with being closed down due to lack of RAM and then be restored seamlessly, but this is an art that is uncommonly done correctly in the Android development space. The OS support is there, though.