What does don’t keep activities mean?

Basically in layman’s terms Don’t keep activities is a function whose job is to kill every app as soon as the user comes out of it . This means that the Android has to load the app’s resources every time the user opens as it does not have the cached data or memory of that specific app to perform that task.

Read more