by mangaluve » Tue May 26, 2009 7:23 pm
Suppose I've written a ContentProvider for my Application. Now I'd like to use this ContentProvider through another application. Is there any way I can expose the different fields of my ContentProvider? Otherwise, how should other applications know what projections to use together with my content provider?