diff options
| author | 2024-10-15 14:01:18 +0000 | |
|---|---|---|
| committer | 2024-10-15 14:01:18 +0000 | |
| commit | 0849257680d1475f46a0dba5ee82ff34be80dc6f (patch) | |
| tree | abe464cdcf3dc5f3a82ac5087eb1acea31244168 | |
| parent | 707de30ebcab55e8df9a07e67b3e4e2b4ff25b9a (diff) | |
| parent | 2e169a2b8253c7a01d745916e7b108ea55f06dd9 (diff) | |
Merge "Create ACONFIG flag for Notes role QS tile" into main
| -rw-r--r-- | packages/SystemUI/aconfig/systemui.aconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/SystemUI/aconfig/systemui.aconfig b/packages/SystemUI/aconfig/systemui.aconfig index a21a80506279..189294484085 100644 --- a/packages/SystemUI/aconfig/systemui.aconfig +++ b/packages/SystemUI/aconfig/systemui.aconfig @@ -1481,3 +1481,9 @@ flag { bug: "370863642" } +flag { + name: "notes_role_qs_tile" + namespace: "systemui" + description: "Enables notes role qs tile which opens default notes role app in app bubbles" + bug: "357863750" +} |