-->

Android detect headset plugin through USB port

2020-07-23 06:37发布

问题:

There is a new technology of headset that soon will be popular with more devices.

Devices has a type-C jack only without 3.5MM jack (Aux), and I would like to detect a plugin connection for listen music. The regular way to detect Aux connection is

ACTION_HEADSET_PLUG

Please help me find a solution for this problem.

Thanks.