summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Janghyeok Choe <janghyeok@google.com> 2025-01-28 22:10:42 -0800
committer Android (Google) Code Review <android-gerrit@google.com> 2025-01-28 22:10:42 -0800
commitd241c39be611b83d0996baae6955f8255f697010 (patch)
tree30e5090d68753f6d95ad2e6ab0ef08e0d1d6472d
parent54712afcedb6adf2aeaab29e9355c3a086fe612c (diff)
parentb6e90d8255e4701c4f0e60c92a18eea74074e5ce (diff)
Merge "#sysui #lockondisconnect Add a show_locked_by_your_watch_keyguard_indicator for lock on disconnect." into main
-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 f4181e1c69ef..dace50fafbf1 100644
--- a/packages/SystemUI/aconfig/systemui.aconfig
+++ b/packages/SystemUI/aconfig/systemui.aconfig
@@ -2008,3 +2008,10 @@ flag {
purpose: PURPOSE_BUGFIX
}
}
+
+flag {
+ name: "show_locked_by_your_watch_keyguard_indicator"
+ namespace: "systemui"
+ description: "Show a Locked by your watch indicator on the keyguard when the device is locked by the watch."
+ bug: "387322459"
+}