G+_Paul Hebditch Posted November 26, 2014 Share Posted November 26, 2014 You guys were talking about background processes in Lollipop. In "Dev options" there is "limit background processes" function, where you can set a limit or kill them off right away. Would this help? Discuss!....... Link to comment Share on other sites More sharing options...
G+_Paul Hebditch Posted November 26, 2014 Author Share Posted November 26, 2014 ....not to mention "don't keep activities".... Link to comment Share on other sites More sharing options...
G+_Paul Prescott Posted November 27, 2014 Share Posted November 27, 2014 Paul Hebditch enabling "don't keep activities" would generally mess up the way lots of apps work. An app is composed of one or more "activities" and you can think of an activity as being a specific bit of functionality in the app. So if an app's main activity then loads another activity (to perform a particular bit of functionality) the main activity would be destroyed if you enabled this option. The effect would be that once the second activity does what it needs to do and attempts to take you back to the main activity, it is no longer there and the app would restart. Probably not what you would want and this option should only be used during developer app testing. Link to comment Share on other sites More sharing options...
Recommended Posts