diff options
author | 2023-11-15 13:34:29 +0800 | |
---|---|---|
committer | 2024-01-09 14:11:42 +0800 | |
commit | 72fa82d56999e8b70afa8d0fa38e4d4d227b470a (patch) | |
tree | 234687a00c4bed485b62decfd049fe8cd4aebcac /proto/src | |
parent | b55243ae8e480bd205af6eb6908042d2b9455ab0 (diff) |
[Drag To Hide] Shows notification when user drag-to-hide a11y floating button
* Click on notification to bring back a11y floating button
* Swipe notification to remove a11y floating button and its services
* A11y service key changed to dismiss notification
* Align to create ACCESSIBILITY channel in systemui NotificationChannels
Bug: 298718415
Flag: ACONFIG com.android.systemui.floating_menu_drag_to_hide DEVELOPMENT
Test: atest MenuViewLayerTest MenuNotificationFactoryTest NotificationChannelsTest
Change-Id: Ie209ec946ea15903acfa6913492605277e9d7057
Diffstat (limited to 'proto/src')
-rw-r--r-- | proto/src/system_messages.proto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/proto/src/system_messages.proto b/proto/src/system_messages.proto index b403a7fe8f12..7f542d130cf7 100644 --- a/proto/src/system_messages.proto +++ b/proto/src/system_messages.proto @@ -408,5 +408,9 @@ message SystemMessage { // Notify the user about external display events related to screenshot. // Package: com.android.systemui NOTE_GLOBAL_SCREENSHOT_EXTERNAL_DISPLAY = 1008; + + // Notify the user that accessibility floating menu is hidden. + // Package: com.android.systemui + NOTE_A11Y_FLOATING_MENU_HIDDEN = 1009; } } |