— a/android13/frameworks/base/services/usb/java/com/android/server/usb/UsbDeviceManager.java
+++ b/android13/frameworks/base/services/usb/java/com/android/server/usb/UsbDeviceManager.java
@@ -1321,9 +1321,10 @@ public class UsbDeviceManager implements ActivityTaskManagerInternal.ScreenObser
}
channel = SystemNotificationChannels.ALERTS;
-
message = r.getText(
-
com.android.internal.R.string
-
.usb_unsupported_audio_accessory_message);
-
/*bug: Remove the prompt message that the device is not compatible with this phone when inserting analog headphones and popping up the connection*/
+// message = r.getText(
+// com.android.internal.R.string
+// .usb_unsupported_audio_accessory_message);
}
Notification.Builder builder = new Notification.Builder(mContext, channel)