diff options
author | Dianne Hackborn <hackbod@google.com> | 2012-09-16 18:27:14 -0700 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2012-09-16 18:27:14 -0700 |
commit | 3db54cb97630fe83342c2ca189d13ff5a1a598d3 (patch) | |
tree | 60d53aa4a6410808d1a2f79d5c2716868cdcf84d /res/values | |
parent | d41fd604cbf557d961f48a05fa40a9afc7b7cac6 (diff) | |
download | packages_apps_Settings-3db54cb97630fe83342c2ca189d13ff5a1a598d3.zip packages_apps_Settings-3db54cb97630fe83342c2ca189d13ff5a1a598d3.tar.gz packages_apps_Settings-3db54cb97630fe83342c2ca189d13ff5a1a598d3.tar.bz2 |
Add app details menu item to uninstall an app for all users.
Also some fixes: uninstalled apps are now marked as such in the
all apps lists, and sorted to the bottom like disabled apps. We
don't immediately close the installed app details screen when
launching the uninstall UI.
Change-Id: Id22b749c20fc2441733c604d1de8889269217c5c
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index cc2bb44..cd744c6 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -2438,6 +2438,8 @@ <string name="external_data_size_label" product="default">SD card</string> <!-- Manage applications, individual application info screen, button label under Storage heading. Button to remove the application from the system. --> <string name="uninstall_text">Uninstall</string> + <!-- Manage applications, individual application info screen, menu item to uninstall an application for all users. --> + <string name="uninstall_all_users_text">Uninstall for all users</string> <!-- [CHAR LIMIT=NONE] Manage applications, individual application info screen, button label under Storage heading. Button to install an application for the user. --> <string name="install_text">Install</string> <!-- [CHAR LIMIT=25] Manage applications, individual application info screen, button label under Storage heading. Button to disable an existing application. --> @@ -2509,6 +2511,8 @@ <string name="filter_apps_onsdcard" product="default">On SD card</string> <!-- [CHAR LIMIT=25] Manage applications, text telling using an application is disabled. --> <string name="disabled">Disabled</string> + <!-- [CHAR LIMIT=25] Manage applications, text telling using an application is not installed. --> + <string name="not_installed">Not installed</string> <!-- [CHAR LIMIT=25] Text shown when there are no applications to display. --> <string name="no_applications">No apps.</string> <!-- [CHAR LIMIT=15] Manage applications, label for chart showing internal storage use. --> |