summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Manjeet Rulhania <mrulhania@google.com> 2024-02-09 00:27:37 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-02-09 00:27:37 +0000
commit63f3bbd4045ddbed434bc86b1d59dbca886cb180 (patch)
treef088065f1ab8e69ddeaa18e9b6e65598aa92385b
parent69204e069a9fd6ace96af5b899ebbfd604ebea87 (diff)
parent774a2c9f13f39a075bd57f03bc59c0fdbf94aeac (diff)
Merge "Add aconfig flags for hiding login screen" into main
-rw-r--r--core/java/android/view/flags/view_flags.aconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/core/java/android/view/flags/view_flags.aconfig b/core/java/android/view/flags/view_flags.aconfig
index 3e7a9cb34878..0b3581eaa346 100644
--- a/core/java/android/view/flags/view_flags.aconfig
+++ b/core/java/android/view/flags/view_flags.aconfig
@@ -25,3 +25,20 @@ flag {
bug: "305193969"
is_fixed_read_only: true
}
+
+flag {
+ name: "sensitive_content_app_protection_api"
+ namespace: "permissions"
+ description: "This flag controls the new sensitive content protection API,"
+ " The API will be used by other ui toolkits (i.e. compose, webview, custom virtual views)."
+ bug: "322887144"
+}
+
+flag {
+ name: "sensitive_content_app_protection"
+ namespace: "permissions"
+ description: "This flag controls the sensitive content protection when sharing the screen"
+ bug: "322887144"
+ # Referenced in WM where WM starts before DeviceConfig
+ is_fixed_read_only: true
+} \ No newline at end of file