Re: [android-developers] Uri from FilePath?

2010-09-25 Thread Dianne Hackborn
What you are doing is fundamentally not going to work. The gallery app is implemented to sit on top of a content provider (that is the content: URIs); it is not implemented to sit on top of a file system (that is a file: URI). If you stick a file: URI down into it, it will try to do things with

[android-developers] Uri from FilePath?

2010-09-24 Thread niko001
[I have asked this question on Stackoverflow, but haven't gotten any replies in 2 days] Hi, I am using the Gallery3D-Code for a test-app but want it to only display images from a sub-folder on the SD, not all of the images that are stored on it. To do this, I tried to change public static final