g12: overlay: Remove config_enableMultiUserUI
authorBruno Martins <bgcngm@gmail.com>
Mon, 4 Jul 2022 14:52:29 +0000 (15:52 +0100)
committerBruno Martins <bgcngm@gmail.com>
Mon, 4 Jul 2022 14:52:29 +0000 (15:52 +0100)
This is set globally in LineageOS.

Change-Id: Ia8e5bb3e5ecf60890a6db0622706306d891d8e42

overlay/frameworks/base/core/res/res/values/config.xml

index 53d69b4109debcfbc9d419f879a17d5d7b2147f3..51fdfa66cc89db803b499ab967087193f10e061a 100644 (file)
@@ -49,9 +49,6 @@
     <!-- If supported and enabled, are dreams activated when asleep and charging? (by default) -->
     <bool name="config_dreamsActivatedOnSleepByDefault">true</bool>
 
-    <!-- Whether UI for multi user should be shown -->
-    <bool name="config_enableMultiUserUI">true</bool>
-
     <!-- True if the device supports split screen as a form of multi-window. -->
     <bool name="config_supportsSplitScreenMultiWindow">false</bool>