diff options
| -rw-r--r-- | core/java/android/view/contentprotection/flags/content_protection_flags.aconfig | 7 |
1 files changed, 7 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 5c86feb3c22c..f6ee061fdd89 100644 --- a/core/java/android/view/contentprotection/flags/content_protection_flags.aconfig +++ b/core/java/android/view/contentprotection/flags/content_protection_flags.aconfig @@ -13,3 +13,10 @@ flag { 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" +} |