1package: "android.view.contentprotection.flags" 2container: "system" 3 4flag { 5 name: "blocklist_update_enabled" 6 namespace: "content_protection" 7 description: "If true, content protection blocklist is mutable and can be updated." 8 bug: "301658008" 9} 10 11flag { 12 name: "parse_groups_config_enabled" 13 namespace: "content_protection" 14 description: "If true, content protection groups config will be parsed." 15 bug: "302187922" 16} 17 18flag { 19 name: "setting_ui_enabled" 20 namespace: "content_protection" 21 description: "If true, content protection setting ui is displayed in Settings > Privacy & Security > More security & privacy." 22 bug: "305792348" 23} 24 25flag { 26 name: "create_accessibility_overlay_app_op_enabled" 27 is_exported: true 28 namespace: "content_protection" 29 description: "If true, an appop is logged on creation of accessibility overlays." 30 bug: "289081465" 31} 32 33flag { 34 name: "rapid_clear_notifications_by_listener_app_op_enabled" 35 is_exported: true 36 namespace: "content_protection" 37 description: "If true, an appop is logged when a notification is rapidly cleared by a notification listener." 38 bug: "289080543" 39} 40 41flag { 42 name: "manage_device_policy_enabled" 43 is_exported: true 44 namespace: "content_protection" 45 description: "If true, the APIs to manage content protection device policy will be enabled." 46 bug: "319477846" 47} 48