How to get all audio devices for Android APIs < 23
Asked Answered
K

0

6

how can i get all device info not using the method of api 23 ?

AudioDeviceInfo[] devices = audioManager.getDevices(AudioManager.GET_DEVICES_ALL); //or GET_DEVICES_OUTPUTS

is there any way?

In this case the target api is 19 - KitKat.

Thank you.

Karakorum answered 12/7, 2016 at 12:58 Comment(1)
do you found solve?Diversion

© 2022 - 2024 — McMap. All rights reserved.