diff options
| author | 2023-10-19 05:11:42 +0000 | |
|---|---|---|
| committer | 2023-10-19 05:11:42 +0000 | |
| commit | 1fa84035f24a92b9f3abe07c73c6a5f1282b9a57 (patch) | |
| tree | 9ba749f19b69b0097351099224d7d12d9a1ce4e5 | |
| parent | 898a99501c7220676f5609bd07a40b3117d06213 (diff) | |
| parent | bb612907e120b5346b617c2624003e56d9e4692b (diff) | |
Merge "Add a flag to control content protection setting page UI." into main
| -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" +} |