Monday, July 4, 2011

Uri schemes for Android

Android provides 3 types of Uri for pointing a content.
SCHEME_ANDROID_RESOURCE
SCHEME_CONTENT
SCHEME_FILE

Developer has to deal with these schemes to point a content out when transferring via an Uri.

No comments:

Post a Comment