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
This commit is contained in:
Matt Pietal
2022-02-08 11:16:38 -05:00
parent e7788a7148
commit d7314e11b9

View File

@@ -2968,7 +2968,8 @@
<activity
android:name=".users.AddSupervisedUserActivity"
android:label="@*android:string/supervised_user_creation_label"
android:icon="@drawable/ic_settings_multiuser">
android:icon="@drawable/ic_settings_multiuser"
android:exported="true">
</activity>
<activity