Merge "[Settings] Pass the system user to launch the web help page" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
b36bbc55d1
@@ -65,7 +65,8 @@ public final class ActionDisabledByAdminDialogHelper {
|
||||
R.layout.admin_support_details_dialog, null);
|
||||
mActionDisabledByAdminController = ActionDisabledByAdminControllerFactory
|
||||
.createInstance(mActivity, restriction,
|
||||
new DeviceAdminStringProviderImpl(mActivity));
|
||||
new DeviceAdminStringProviderImpl(mActivity),
|
||||
UserHandle.SYSTEM);
|
||||
}
|
||||
|
||||
private @UserIdInt int getEnforcementAdminUserId(@NonNull EnforcedAdmin admin) {
|
||||
|
Reference in New Issue
Block a user