diff options
author | Amith Yamasani <yamasani@google.com> | 2012-03-27 11:30:10 -0700 |
---|---|---|
committer | Amith Yamasani <yamasani@google.com> | 2012-03-27 11:30:10 -0700 |
commit | 526bce106157409db18fc84b6729d00932a85843 (patch) | |
tree | 4f72a27a8b2f5d287e2698f5e46a4bedeb042715 /overlay | |
parent | 0931efdd301a69a93c1e5b4ea4f2081d81f19b51 (diff) | |
download | device_samsung_tuna-526bce106157409db18fc84b6729d00932a85843.zip device_samsung_tuna-526bce106157409db18fc84b6729d00932a85843.tar.gz device_samsung_tuna-526bce106157409db18fc84b6729d00932a85843.tar.bz2 |
Allow user management in Settings for this device
Change-Id: I654fd0b72e37c5fac95b1f4ce0001789a32b8856
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/packages/apps/Settings/res/values/bools.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/overlay/packages/apps/Settings/res/values/bools.xml b/overlay/packages/apps/Settings/res/values/bools.xml index b5e8b7b..711eb51 100644 --- a/overlay/packages/apps/Settings/res/values/bools.xml +++ b/overlay/packages/apps/Settings/res/values/bools.xml @@ -17,4 +17,6 @@ <resources> <!-- Show dock settings when docked --> <bool name="has_dock_settings">true</bool> + <!-- Enable user management --> + <bool name="enable_user_management">true</bool> </resources> |