Hello everyone!

I juts want to know how can I access a certain data from my SD card.
How can I browse SD card contents?
For example, from my application, I want to open a pdf file from SD
card,
how am I going to do this?

I tried to write this code but it doesnt seem to work.

Uri uri = Uri.parse("file:///sdcard/");
Intent intent = new Intent(Intent.ACTION_PICK, uri);
startActivity(intent);


Thank you.

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

Reply via email to