summaryrefslogtreecommitdiffstats
path: root/res/values/cm_arrays.xml
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2015-10-18 23:46:41 -0700
committerSteve Kondik <steve@cyngn.com>2015-10-18 23:47:07 -0700
commit587efed7f64c32d822baead8651c1f47067b59c1 (patch)
treea9de8890a44f43feacbc32985707862866445f02 /res/values/cm_arrays.xml
parent584a7b64ad7468ae8f790d9d24cbf373dc869d38 (diff)
downloadpackages_apps_Settings-587efed7f64c32d822baead8651c1f47067b59c1.zip
packages_apps_Settings-587efed7f64c32d822baead8651c1f47067b59c1.tar.gz
packages_apps_Settings-587efed7f64c32d822baead8651c1f47067b59c1.tar.bz2
settings: Add developer setting for root access
Change-Id: If96219d893c0dfdcf4ad36e1cd8de3a413db0e8b
Diffstat (limited to 'res/values/cm_arrays.xml')
-rw-r--r--res/values/cm_arrays.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/res/values/cm_arrays.xml b/res/values/cm_arrays.xml
new file mode 100644
index 0000000..2692f43
--- /dev/null
+++ b/res/values/cm_arrays.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2012-2015 The CyanogenMod Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources>
+ <!-- Arrays for root access capability -->
+ <string-array name="root_access_entries" translatable="false">
+ <item>@string/root_access_none</item>
+ <item>@string/root_access_apps</item>
+ <item>@string/root_access_adb</item>
+ <item>@string/root_access_all</item>
+ </string-array>
+
+ <string-array name="root_access_values" translatable="false">
+ <item>0</item>
+ <item>1</item>
+ <item>2</item>
+ <item>3</item>
+ </string-array>
+</resources>