how to control sound in android? [duplicate]
Possible Duplicate:
Volume Control in android application
i m making an app for music player and i want to increase and decrease volume by using hardware buttons on mobile开发者_运维百科. so pls tell me any code to do this.
TRY TO Use
Context.getSystemService(Context.AUDIO_SERVICE)
to get an instance of this class.
FOR MORE INFORMATION ,CLICK HERE
精彩评论