From d7314e11b9a18f3c2720e476cf48816c540dbbad Mon Sep 17 00:00:00 2001 From: Matt Pietal Date: Tue, 8 Feb 2022 11:16:38 -0500 Subject: [PATCH] Add supervised user support SystemUI also needs also to this activity in order to support supervised user creation. This activity is temporary and is scheduled to be removed. Fixes: 218310361 Test: atest UserSwitcherControllerTest KeyguardUserSwitcherAdapterTest UserDetailViewAdapterTest KeyguardSecurityContainerTest Change-Id: Ib79dcde2c726cc9508aef667b43662152d047137 --- AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index bf64ebe7b35..6d35545bdb5 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -2968,7 +2968,8 @@ + android:icon="@drawable/ic_settings_multiuser" + android:exported="true">