about EXTERNAL_CONTENT_URI

235 views
Skip to first unread message
Message has been deleted

stanly

unread,
Jan 6, 2011, 8:33:30 PM1/6/11
to android-...@googlegroups.com
hi all,

I work in modify Native Gallery3D source code,
now I want to modify the default storage path that Gallery search for.
I found the main external path in CacheService.java,
there have a :Video.Media.EXTERNAL_CONTENT_URI variable is about external storage path,
the variable is setup for **content://media/external/video/media**,
but I can't find the real link code with EXTERNAL_CONTENT_URI variable and real directory such as "/sdcard",
can somebody tell me how can I modify the real directory path for EXTERNAL_CONTENT_URI variable?

thanks!

tstanly

unread,
Jan 6, 2011, 10:33:51 PM1/6/11
to android-platform
according following link:

http://developer.android.com/reference/android/provider/MediaStore.Images.Thumbnails.html#EXTERNAL_CONTENT_URI

=================================================
public static final Uri EXTERNAL_CONTENT_URI

Since: API Level 1
The content:// style URI for the "primary" external storage volume.
=================================================

is possible to modify the external storage path in framwork?

thanks
Reply all
Reply to author
Forward
0 new messages