Interface URIHandler
-
- All Implemented Interfaces:
public interface URIHandlerInterface for handling fetching destination intents for URI's
-
-
Method Summary
Modifier and Type Method Description abstract IntentgetURIDestination(String uri)Returns a destination of the given URI. -
-
Method Detail
-
getURIDestination
abstract Intent getURIDestination(String uri)
Returns a destination of the given URI.
- Parameters:
uri- the URI to open- Returns:
an Intent for the given URI, or null if no destination is found.
-
-
-
-