I finally found what the problem is.  The manifest file must have:

        <uses-permission
                android:name="android.permission.RECORD_AUDIO" />

It would have saved a lot of time if the documentation mentioned this
permission was needed or if the exception message described that the
failure was a no permission exception.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to