diff options
| author | 2024-07-12 14:51:26 +0000 | |
|---|---|---|
| committer | 2024-07-12 14:51:26 +0000 | |
| commit | 0b681ffa29ccc673343c884fb16840600d4a9fdb (patch) | |
| tree | 06b57a411f217f00be345ab938ac910fd0382a32 | |
| parent | ba0adf80896652f77a9f80f65b5f855037d74d7c (diff) | |
Introducing the MSDL flag for SysUI surfaces.
Change-Id: Ie83ccbd0987077242091c4e3f6b56db9504dd5f4
Test: presubmit
Flag: NONE introducing flag
Bug: 352600066
| -rw-r--r-- | packages/SystemUI/aconfig/systemui.aconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/SystemUI/aconfig/systemui.aconfig b/packages/SystemUI/aconfig/systemui.aconfig index b580eb1dfef6..71f5511af4f5 100644 --- a/packages/SystemUI/aconfig/systemui.aconfig +++ b/packages/SystemUI/aconfig/systemui.aconfig @@ -1180,3 +1180,10 @@ flag { purpose: PURPOSE_BUGFIX } } + +flag { + name: "msdl_feedback" + namespace: "systemui" + description: "Enables MSDL feedback in SysUI surfaces." + bug: "352600066" +}
\ No newline at end of file |