Hi, I met this problem in some mobile. I invoke the system recorder
with normal intent, and file type as audio files. It had no problem
before. But recently, some users report this problem. I don't know
whether it's because of new version of android.
In these mobile, starting the sound record doesn't have these problem,
but in my application, this problem occurs. I start the record with:
myIntent.setAction(Intent.ACTION_GET_CONTENT);
myIntent.setType("audio/*");
myIntent.putExtra("return-data", false);
startActivityForResult(Intent.createChooser(myIntent, ""),
REQUEST_CMD_INSERT_SOUND);
Can any one help? Thanks!
--
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