How to open a selected file in android?

Posted by Karthick on Stack Overflow See other posts from Stack Overflow or by Karthick
Published on 2010-06-02T05:18:31Z Indexed on 2010/06/02 5:23 UTC
Read the original article Hit count: 176

Filed under:

In windows text files are displayed with notepad icon. When we double click the particular file it open’s the notepad and displays the file. Like that I need to open the file from the download folder in android. I have used the intent-filter for register my ics file’s mime type. When I select the file in the download folder it just opens my application only. At that time I need to open / read the selected file. How to do this? I am new to android Can anyone help me?

© Stack Overflow or respective owner

Related posts about android