summaryrefslogtreecommitdiff
path: root/overlay
diff options
context:
space:
mode:
authorJerome Poichet <jpoichet@google.com>2015-08-26 10:47:32 -0700
committerJerome Poichet <jpoichet@google.com>2015-08-26 10:47:32 -0700
commitce10969362bbf5350d48c1b0ce821c87d3726567 (patch)
tree3ea05f660e9488115d0741b1a226af6202ac6b8f /overlay
parent83012df965be67eea661e3c8e459dc468d2c13b4 (diff)
downloadfugu-ce10969362bbf5350d48c1b0ce821c87d3726567.tar.gz
Moving to ATV platform overlaymarshmallow-dev
This was always meant to be moved into the Android TV platform overlay and device specific. b/23187016 | [MNC TV Emulator] Unable to turn on restricted profile Change-Id: I3d56cb85e98ae268ab265b107e81f5760e75710b
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index d59e24d..267ec87 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -42,14 +42,6 @@
<bool name="config_ui_enableFadingMarquee">true</bool>
- <!-- Enable multi-user in order to get restricted profile support. -->
- <!-- TODO: move this to a more generic place once we have verified it. -->
- <bool name="config_enableMultiUserUI">true</bool>
- <integer name="config_multiuserMaximumUsers">2</integer>
-
- <!-- Apps that are authorized to access shared accounts -->
- <string name="config_appsAuthorizedForSharedAccounts">;com.android.tv.settings;</string>
-
<!-- Device configuration adjusting the minfree tunable in the lowmemorykiller in the
kernel. A high value will cause the lowmemorykiller to fire earlier, keeping more
memory in the file cache and preventing I/O thrashing, but allowing fewer processes