Thanks for reply, Eric, i've already seen that solution and tested
it :)
But, it seems to me, i'll be very unnatually for end-user to see such
dirs as "DCIM", "LOST.DIR". What do you think about this?

On 6 Лис, 02:36, "Eric Wong (hdmp4.com)" <ericwon...@gmail.com> wrote:
> Do you mean you need this?
>
> OI File Managerhttp://www.openintents.org/en/node/159
> (under "Information for developers")
>
> Cheers
> Eric
>
> On Nov 6, 4:00 am, Tatyana Ulyanova <levkat...@gmail.com> wrote:
>
> > Hi, friends!
>
> > In application i'm developing i need to open some standard dialog to
> > browse files on the phone. After picking one file i'll attach it to
> > the message.
> > In Android Dev Guide i found such way to solve my problem:
>
> >                 Intent intentBrowseFiles = new Intent
> > (Intent.ACTION_GET_CONTENT);
> >                 intentBrowseFiles.setType("*/*");
> >                 intentBrowseFiles.addCategory
> > (Intent.CATEGORY_ALTERNATIVE);
> >                 MyActivity.this.startActivityForResult
> > (intentBrowseFiles, PICK_FILE);
>
> > But in that dialog, when i'm trying to pick sound file, i start to
> > playback. And one more problem - using that dialog i can see only
> > gallery and music tracks.
>
> > Is there any other way to display such kind of dialog? Or maybe stop
> > to playback the music?
>
> > Thanks :)

-- 
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