0

I'm developing my first Android app for the Samsung Galaxy Tablet. In order to pass QA the app must be able to integrate with the volume control of the tablet.

Needs to handle:

  • volume silder controls master device volume
  • audio stops when a call starts
  • audio stops when someone presses the 'hold' button

I basically inherited this heap of java code from a dev who went M.I.A. and have little knowledge of the frameworks involved in coding for Samsung devices. Thanks for any assist pointing me in the right direction.

  • After picking up another developer's code, I scrapped this project as being ridiculous and started from scratch using UI controls. The real issue is heavily obfuscated here. Please ignore. – That Realty Programmer Guy Jan 04 '12 at 21:01

1 Answers1

2

volume silder controls master device volume

check out this question: Volume Control in android application

audio stops when a call starts

I think this would happen by default. If it does not you'll have to post how you are playing the audio for us to be able to help probably. But also a Samsung Galaxy Tab cannot receive a phone call as far as I can tell. So I am not sure what you are trying to achieve.

audio stops when someone presses the 'hold' button

also not sure what you mean by this one. Like the hold button while in a phone call? Again I am pretty sure none of the Galaxy Tablets can make or receive a phone call. So I don't think users will have access to a hold button

Community
  • 1
  • 1
FoamyGuy
  • 46,603
  • 18
  • 125
  • 156