Fix comment in AudioManager

Bug: None
Change-Id: I0bbd3942c3c375a330bff83590f6699d6ee8223c
This commit is contained in:
Paul Wang
2022-05-17 10:18:01 +00:00
parent ec83250c26
commit 9b2d048e96

View File

@@ -6628,7 +6628,7 @@ public class AudioManager {
/**
* The message sent to apps when the contents of the device list changes if they provide
* a {@link Handler} object to addOnAudioDeviceConnectionListener().
* a {@link Handler} object to {@link registerAudioDeviceCallback}.
*/
private final static int MSG_DEVICES_CALLBACK_REGISTERED = 0;
private final static int MSG_DEVICES_DEVICES_ADDED = 1;