diff options
author | Dianne Hackborn <hackbod@google.com> | 2012-09-21 16:40:21 -0700 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2012-09-21 17:02:22 -0700 |
commit | c715fb1207361bb2a793752eefb02f1956075739 (patch) | |
tree | a9f242615a6604de027caae1692138ae01894274 /res/values | |
parent | 9e143f5e9d836d2d3dd0b2f59f7d14327ade0193 (diff) | |
download | packages_apps_Settings-c715fb1207361bb2a793752eefb02f1956075739.zip packages_apps_Settings-c715fb1207361bb2a793752eefb02f1956075739.tar.gz packages_apps_Settings-c715fb1207361bb2a793752eefb02f1956075739.tar.bz2 |
Fix issue 7198767, 7198366, 7189824.
Bug #7198767: Crash on choosing App info from the Recent apps tab
Bug #7198366: Settings UI should not show other Users' apps
Bug #7189824: Settings crashes on trying to access Battery usage summary
Also fix running services to be able to show user bitmap when in
secondary users, crash in running services if a service is running
whose app is not installed for the current user.
Change-Id: Ief24810c9ddce1ec3f8641ce08af79e1bc18f221
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 97c0726..a2c7e22 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -2700,6 +2700,8 @@ <string name="service_process_name"><xliff:g id="process">%1$s</xliff:g></string> <!-- [CHAR LIMIT=NONE] Label of a running process that represents another user --> <string name="running_process_item_user_label">User: <xliff:g id="user_name">%1$s</xliff:g></string> + <!-- [CHAR LIMIT=NONE] Label of a running process that represents a removed --> + <string name="running_process_item_removed_user_label">Removed user</string> <!-- Descriptive text of a running process: singular process, singular service. --> <string name="running_processes_item_description_s_s"><xliff:g id="numprocess">%1$d</xliff:g> process and <xliff:g id="numservices">%2$d</xliff:g> service</string> |