從文章來看: FOREGROUND_APP: Current app that you are looking at. (正在用的軟體) VISIBLE_APP: A visible activity to the user. (看的到的背景程式?) SECONDARY_SERVER: This is a process holding a secondary server HIDDEN_APP: This is a process only hosting activities that are not visible CONTENT_PROVIDER: This is a process with a content provider that does not have any clients attached to it. EMPTY_APP: This is a process without anything currently running in it.
然後下面 With only 6mb free, the foreground app will be killed (剩6MB的記憶體時Foreground軟體會被終止) With 8mb free, the visible apps will be killed (剩8MB的時候Visible_APP會被終止) With 16mb free, the secondary server will be killed (和上面一樣自己填入~~~) With 20mb free, hidden apps will be killed With 22mb free, the content providers will be killed With 24mb free, empty apps will be killed