summaryrefslogtreecommitdiff
path: root/core/java/android/view/contentprotection
diff options
context:
space:
mode:
Diffstat (limited to 'core/java/android/view/contentprotection')
-rw-r--r--core/java/android/view/contentprotection/flags/content_protection_flags.aconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/java/android/view/contentprotection/flags/content_protection_flags.aconfig b/core/java/android/view/contentprotection/flags/content_protection_flags.aconfig
index 2a3008a53635..bcc2a6200fbf 100644
--- a/core/java/android/view/contentprotection/flags/content_protection_flags.aconfig
+++ b/core/java/android/view/contentprotection/flags/content_protection_flags.aconfig
@@ -1,4 +1,5 @@
package: "android.view.contentprotection.flags"
+container: "system"
flag {
name: "blocklist_update_enabled"
@@ -34,3 +35,10 @@ flag {
description: "If true, an appop is logged when a notification is rapidly cleared by a notification listener."
bug: "289080543"
}
+
+flag {
+ name: "manage_device_policy_enabled"
+ namespace: "content_protection"
+ description: "If true, the APIs to manage content protection device policy will be enabled."
+ bug: "319477846"
+}