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:
@@ -2968,7 +2968,8 @@
|
|||||||
<activity
|
<activity
|
||||||
android:name=".users.AddSupervisedUserActivity"
|
android:name=".users.AddSupervisedUserActivity"
|
||||||
android:label="@*android:string/supervised_user_creation_label"
|
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>
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
|
Reference in New Issue
Block a user