Use new memory API; show memory used by bg and fg processes.
Change-Id: I449eba1aa4bc1de7537f8c526e27d32c1979d823
This commit is contained in:
@@ -1433,9 +1433,9 @@ found in the list of installed applications.</string>
|
||||
<!-- Running services, description for a service in the started state -->
|
||||
<string name="service_client_name"><xliff:g id="client_name">%1$s</xliff:g>: select to manage</string>
|
||||
<!-- Running services, summary of background processes -->
|
||||
<string name="service_background_processes">Background procs: <xliff:g id="client_name">%1$d</xliff:g></string>
|
||||
<string name="service_background_processes">Bg: <xliff:g id="memory">%2$s</xliff:g> (<xliff:g id="count">%1$d</xliff:g> procs)</string>
|
||||
<!-- Running services, summary of foreground processes -->
|
||||
<string name="service_foreground_processes">Foreground procs: <xliff:g id="client_name">%1$d</xliff:g></string>
|
||||
<string name="service_foreground_processes">Fg: <xliff:g id="memory">%2$s</xliff:g> (<xliff:g id="count">%1$d</xliff:g> procs)</string>
|
||||
|
||||
<!-- Language Settings --> <skip />
|
||||
<!-- Title of setting on main settings screen. This item will take the user to the screen to tweak settings realted to locale and text -->
|
||||
|
||||
Reference in New Issue
Block a user