summaryrefslogtreecommitdiff
path: root/overlay/packages
diff options
context:
space:
mode:
authorSungmin Choi <sungmin.choi@lge.com>2012-08-17 14:26:34 -0700
committerIliyan Malchev <malchev@google.com>2012-08-17 16:25:51 -0700
commite949f42ef1750e2da7d11fd83845632eb35aaeef (patch)
tree6cb7cad56c53d60ea24e667a8958b19651c13767 /overlay/packages
parent787e85ba413e1b31772fbe1b259a8b9042450abd (diff)
downloadmako-e949f42ef1750e2da7d11fd83845632eb35aaeef.tar.gz
mako: overlay to allow user management in Settings for this device
Change-Id: Ia5b6a447d274530bec71088c02a63077a3537ef8
Diffstat (limited to 'overlay/packages')
-rw-r--r--overlay/packages/apps/Settings/res/values/bools.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/overlay/packages/apps/Settings/res/values/bools.xml b/overlay/packages/apps/Settings/res/values/bools.xml
new file mode 100644
index 0000000..32ac2b1
--- /dev/null
+++ b/overlay/packages/apps/Settings/res/values/bools.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2012 The Android Open Source 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>
+ <!-- Enable user management -->
+ <bool name="enable_user_management">true</bool>
+</resources>