Implicit Intents

suggest change

Syntax

Uri uri, 
Context packageContext, 
Class<?> cls)

Parameters

| Parameters | Details | |————|———| | o | Intent | | action | String: The Intent action, such as ACTION_VIEW.| | uri | Uri: The Intent data URI.| | packageContext | Context: A Context of the application package implementing this class.| | cls | Class: The component class that is to be used for the intent.

Remarks

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents