Skip to content

Commit e03e9c6

Browse files
jscott1989pfmaggi
authored andcommitted
No public description
PiperOrigin-RevId: 591273592
1 parent d830cac commit e03e9c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ public UserRestriction(String key, int titleResId) {
9898
new UserRestriction(DISALLOW_CONFIG_TETHERING, R.string.disallow_config_tethering),
9999
new UserRestriction(DISALLOW_CONFIG_VPN, R.string.disallow_config_vpn),
100100
new UserRestriction(DISALLOW_CONFIG_WIFI, R.string.disallow_config_wifi),
101+
new UserRestriction(DISALLOW_CONTENT_CAPTURE, R.string.disallow_content_capture),
102+
new UserRestriction(DISALLOW_CONTENT_SUGGESTIONS, R.string.disallow_content_suggestions),
101103
new UserRestriction(DISALLOW_CREATE_WINDOWS, R.string.disallow_create_windows),
102104
new UserRestriction(DISALLOW_SYSTEM_ERROR_DIALOGS, R.string.disallow_system_error_dialogs),
103105
new UserRestriction(

0 commit comments

Comments
 (0)