summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Mark Renouf <mrenouf@google.com> 2024-09-30 15:39:49 -0400
committer Mark Renouf <mrenouf@google.com> 2024-10-02 14:15:59 -0400
commit5f4842dece6e65d042db8c673e1a26e8858bd5ff (patch)
tree04d8000f3c90380f822f803d2e094c1c3cccec45
parentcf5814f6cd6b5a440593646454131985649e02ba (diff)
Defines a new flag for screenshot policy handling
This flag enables improvements in policy handling for screenshots involving work and private profile apps in split screen layout and desktop windowing mode. Bug: 365597999 Test: NONE Flag: NONE This is the flag Change-Id: I01bae927883ef3d2041feb33810f53baa8d12827
-rw-r--r--packages/SystemUI/aconfig/systemui.aconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/SystemUI/aconfig/systemui.aconfig b/packages/SystemUI/aconfig/systemui.aconfig
index d98b2da5a811..ec7012e4c6c1 100644
--- a/packages/SystemUI/aconfig/systemui.aconfig
+++ b/packages/SystemUI/aconfig/systemui.aconfig
@@ -637,6 +637,13 @@ flag {
}
flag {
+ name: "screenshot_policy_split_and_desktop_mode"
+ namespace: "systemui"
+ description: "Improves screenshot policy handling for split screen and desktop mode."
+ bug: "365597999"
+}
+
+flag {
name: "run_fingerprint_detect_on_dismissible_keyguard"
namespace: "systemui"
description: "Run fingerprint detect instead of authenticate if the keyguard is dismissible."