Does Android support 'Receiver' mode for playing audio files? -


i have requirement need play audio file in receiver mode(earpiece).i not sure whether higher versions of android sdk supports receiver mode.i went through links said 1.5/1.6 having changes in these audio apis , hence not sure. :(

can please help?

thanks.

i believe long play audio file using mediaplayer, direct audio proper place (i.e. use ear piece output if headset connected etc.).

could you're looking setspeakerphoneon(true) function in audiomanager class:

sets speakerphone on or off.

this method should used applications replace platform-wide management of audio settings or main telephony application.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -