OSDN Git Service

More aggressively free up the background tabs when
authorGrace Kloba <klobag@google.com>
Mon, 12 Apr 2010 05:53:42 +0000 (22:53 -0700)
committerGrace Kloba <klobag@google.com>
Mon, 12 Apr 2010 15:08:06 +0000 (08:08 -0700)
commitf56f68d291ae26ff25db4dc62122692c1dd1f4f9
tree0fa20e2708d4130b60ca39eb7053fb1f98fb561c
parentf49ecd60e2363d414d3ff1d9d1a7d3110d741125
More aggressively free up the background tabs when
memory is low. Instead of free one tab per onLowMemory,
free half of opened tabs as onLowMemory is not called
as often as before.

Fix http://b/issue?id=2583335
src/com/android/browser/TabControl.java