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!