Moving to ATV platform overlay

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
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