hi
After search and search, and read the Android reference, didn't find the way to create a ContentProvider to handle my own schema uri: "myschema://somedatatohandle" (like market one market://search?q=...)
i need to handle "myschema://data" links clicked on web browser (on web pages) to invoke my app and handle the request, but don't know if is it really possible.
some posts refer to internal contentProviders, but I need other apps (browser) to fire intents by uri to be handled by my app.
do you know if is it possible to create custom schemas? or only core android framework can?
thanks in advance!


