Comment on Why doesn't Android save app memory into storage instead of killing the process in RAM?
Ephera@lemmy.ml 1 week agoProblem is that it’s not at all trivial to implement, so it often isn’t implemented.
Comment on Why doesn't Android save app memory into storage instead of killing the process in RAM?
Ephera@lemmy.ml 1 week agoProblem is that it’s not at all trivial to implement, so it often isn’t implemented.
owenfromcanada@lemmy.ca 1 week ago
That’s true. But it’s also not trivial to implement an app that may have its “RAM” located on disk. It’s a complex problem with multiple solutions, and giving apps the freedom to do what they want with it is the way Android structured things.