summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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