- uri
- The URI to turn into an Intent.
- flags
- Additional processing flags. Either 0 or Intent.UriIntentScheme.
Documentation for this section has not yet been entered.
Type Reason Java.Net.URISyntaxException Throws URISyntaxError if the basic URI syntax it bad (as parsed by the Uri class) or the Intent data within the URI is invalid.
Create an intent from a URI. This URI may encode the action, category, and other intent fields, if it was returned by Intent.ToUri(IntentUriType). If the Intent was not generate by toUri(), its data will be the entire URI and its action will be ACTION_VIEW.
The URI given here must not be relative -- that is, it must include the scheme and full path.