summaryrefslogtreecommitdiff
path: root/core/java/android/view/contentprotection/flags/content_protection_flags.aconfig
blob: 2a3008a53635a893b8b7e58e5023abf559bcf110 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
package: "android.view.contentprotection.flags"

flag {
    name: "blocklist_update_enabled"
    namespace: "content_protection"
    description: "If true, content protection blocklist is mutable and can be updated."
    bug: "301658008"
}

flag {
    name: "parse_groups_config_enabled"
    namespace: "content_protection"
    description: "If true, content protection groups config will be parsed."
    bug: "302187922"
}

flag {
    name: "setting_ui_enabled"
    namespace: "content_protection"
    description: "If true, content protection setting ui is displayed in Settings > Privacy & Security > More security & privacy."
    bug: "305792348"
}

flag {
    name: "create_accessibility_overlay_app_op_enabled"
    namespace: "content_protection"
    description: "If true, an appop is logged on creation of accessibility overlays."
    bug: "289081465"
}

flag {
    name: "rapid_clear_notifications_by_listener_app_op_enabled"
    namespace: "content_protection"
    description: "If true, an appop is logged when a notification is rapidly cleared by a notification listener."
    bug: "289080543"
}