[android-developers] Problem in Controlling Audio

2010-06-09 Thread Alok
Hello, I have some years of experience in C/C++ and bit of Java programming in Linux, but I'm new to Android. For start I'm trying to develop a video player on android. I'm able to play the video using the VideoView widget. But when I'm trying to control the volume using AudioManager, the

Re: [android-developers] Problem in Controlling Audio

2010-06-09 Thread sachin ravi
Just check for user permission for changing audio manager and add in the AndroidManifest file. On Tue, Jun 8, 2010 at 11:15 AM, Alok alokmishra.b...@gmail.com wrote: Hello, I have some years of experience in C/C++ and bit of Java programming in Linux, but I'm new to Android. For start I'm