From d05661f1d99a824d68f2950fc36c32b698eff787 Mon Sep 17 00:00:00 2001 From: "Chaitanya Cheemala (xWF)" Date: Wed, 8 Jan 2025 02:26:52 -0800 Subject: Revert "[HA Input] Show notification to hint user can change input device when calling" This reverts commit 8f561169dc1ce4c6696804e884d842bede05bb77. Reason for revert: Likely culprit for b/388436864 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted. Change-Id: I14b956e53929d019cde8144d5e4a44cf84dfb1f4 --- proto/src/system_messages.proto | 4 ---- 1 file changed, 4 deletions(-) (limited to 'proto/src') diff --git a/proto/src/system_messages.proto b/proto/src/system_messages.proto index 3a38152825c9..648990588d29 100644 --- a/proto/src/system_messages.proto +++ b/proto/src/system_messages.proto @@ -420,9 +420,5 @@ message SystemMessage { // Notify the user that accessibility floating menu is hidden. // Package: com.android.systemui NOTE_A11Y_FLOATING_MENU_HIDDEN = 1009; - - // Notify the hearing aid user that input device can be changed to builtin device or hearing device. - // Package: android - NOTE_HEARING_DEVICE_INPUT_SWITCH = 1012; } } -- cgit v1.2.3-59-g8ed1b