diff options
author | Dianne Hackborn <hackbod@google.com> | 2011-07-18 16:18:34 -0700 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2011-07-18 16:20:47 -0700 |
commit | f0b63c2c3ec65e8864d5b76a993e87f592170a3d (patch) | |
tree | 955012f48a233c997381fcc7d382ab04b4030af6 /res | |
parent | b8370359a7ba9bddb6c71efc78156b7d259c9507 (diff) | |
download | packages_apps_settings-f0b63c2c3ec65e8864d5b76a993e87f592170a3d.zip packages_apps_settings-f0b63c2c3ec65e8864d5b76a993e87f592170a3d.tar.gz packages_apps_settings-f0b63c2c3ec65e8864d5b76a993e87f592170a3d.tar.bz2 |
Fix issue #4999758: Disabling a system app should require...
...a scary sounding confirmation
Change-Id: I88b14a95b804f14d25a9efcb04b282d60f9719c3
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index c53aaf4..aadb804 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -2383,6 +2383,11 @@ found in the list of installed applications.</string> <string name="app_install_location_title">Preferred install location</string> <!-- Manage applications. application installation location summary --> <string name="app_install_location_summary">Change the preferred installation location for new applications.</string> + <!-- [CHAR LIMIT=30] Manage applications, title for dialog when disabling apps --> + <string name="app_disable_dlg_title">Disable built-in app</string> + <!-- [CHAR LIMIT=200] Manage applications, text for dialog when disabling apps --> + <string name="app_disable_dlg_text">Disabling a built-in application may cause other applications + to misbehave. Are you sure?</string> <!-- [CHAR LIMIT=25] Services settings screen, setting option name for the user to go to the screen to view app storage use --> <string name="storageuse_settings_title">Storage use</string> |