Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dfbfca20 authored by Pavel Grafov's avatar Pavel Grafov Committed by Android (Google) Code Review
Browse files

Merge "Fix DevicePolicyManagerServiceMigrationTest."

parents 17ca0e43 feffb056
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -183,7 +183,8 @@ public class DevicePolicyManagerServiceMigrationTest extends DpmTestBase {
        // Check the new owner restrictions.
        DpmTestUtils.assertRestrictions(
                DpmTestUtils.newRestrictions(
                        UserManager.DISALLOW_ADD_USER
                        UserManager.DISALLOW_ADD_USER,
                        UserManager.DISALLOW_ADD_MANAGED_PROFILE
                ),
                dpms.getDeviceOwnerAdminLocked().ensureUserRestrictions());