Skip to content

Commit 23ad988

Browse files
Alex JohnstonAndroid (Google) Code Review
authored andcommitted
Merge "Restrict creation of secondary users TestDPC" into ub-testdpc-rvc
2 parents e6cab87 + 1fe620f commit 23ad988

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/src/main/java/com/afwsamples/testdpc/policy/UserRestriction.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,6 @@ public UserRestriction(String key, int titleResId) {
221221
R.string.disallow_data_roaming),
222222
new UserRestriction(DISALLOW_DEBUGGING_FEATURES,
223223
R.string.disallow_debugging_features),
224-
new UserRestriction(DISALLOW_ADD_USER,
225-
R.string.disallow_add_user),
226224
new UserRestriction(DISALLOW_BLUETOOTH,
227225
R.string.disallow_bluetooth),
228226
new UserRestriction(DISALLOW_BLUETOOTH_SHARING,

0 commit comments

Comments
 (0)