Re: [android-developers] open the file with third party app

2013-06-13 Thread TreKing
On Wed, Jun 12, 2013 at 11:21 PM, shiva pendem pendem.shiv...@gmail.comwrote: how to implement this mechanism of opening the selected file with the other applications installed Do a search for ACTION_GET_CONTENT.

[android-developers] open the file with third party app

2013-06-12 Thread shiva pendem
Hi, i am developing a application where i need to integrate the file explorer, in the file explorer, if the user selects a file it should be opened, for example if user selects a audio file it should open in a music player, similarlly same for all the file types, how to implement this