On Mon, May 16, 2011 at 9:29 AM, AY <[email protected]> wrote: > Once I click the "Record voice" button, I want it to just go straight to > the voice recorder application that came with the phone. >
That's probably not what you actually want. There's no guarantee that that voice recorder application will be available. Even if it is, it's very possible and likely that the user will have an alternative that they downloaded. What you want is to launch a generic intent that would be handled by this type of app to give the user the option of which app to use to do voice recording. > Is this possible? > Probably. Start by reviewing the Intent documentation - within you shall find all sorts of actions, categories, and data type definitions that you can use to indicated what you want to do with a given Intent. If all else fails you can launch it explicitly though that's really not ideal. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

