summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorStephen Smalley <sds@tycho.nsa.gov>2012-02-03 11:14:48 -0500
committerWilliam Roberts <bill.c.roberts@gmail.com>2012-07-20 15:41:29 -0700
commitb4e84f34e095ad423b854f66f75aeb36514d49f0 (patch)
tree970c4f2b30d1e2dbb8dbbde6cd1a607ed85a9682 /res/values
parent9ad4a89877363a6f1128b258f6535b29d2f778e2 (diff)
downloadpackages_apps_Settings-b4e84f34e095ad423b854f66f75aeb36514d49f0.zip
packages_apps_Settings-b4e84f34e095ad423b854f66f75aeb36514d49f0.tar.gz
packages_apps_Settings-b4e84f34e095ad423b854f66f75aeb36514d49f0.tar.bz2
Add support for SE Android to the Settings app.
Display SELinux status (disabled, permissive, enforcing) under About phone. Change-Id: I69529fb7a3adfe31eccb16d79740fc4952ff5e68
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 2371b4a..5a774f0 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1778,6 +1778,8 @@
<string name="kernel_version">Kernel version</string>
<!-- About phone screen, setting option name-->
<string name="build_number">Build number</string>
+ <!-- About phone screen, setting option name-->
+ <string name="selinux_status">SELinux status</string>
<!-- About phone screen, show when a value of some status item is unavailable. -->
<string name="device_info_not_available">Not available</string>
@@ -4034,6 +4036,11 @@
from their cell phone carrier. The use of the string is similar to the string
"system_update_settings_list_item_title" in this project. [CHAR LIMIT=25] -->
<string name="additional_system_update_settings_list_item_title">Additional system updates</string>
+ <!-- These statuses are displayed when a device was built with SE Android supoprt.
+ These are displayed by the settings app in the about section. -->
+ <string name="selinux_status_disabled">Disabled</string>
+ <string name="selinux_status_permissive">Permissive</string>
+ <string name="selinux_status_enforcing">Enforcing</string>
<!-- User settings -->
<skip/>