Android Implicit Intents

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Extensions
> Step 2: And Like the video. BONUS: You can also share it!

Syntax

  • Intent()
  • Intent (Intent o)
  • Intent (String action)
  • Intent (String action, Uri uri)
  • Intent (Context packageContext, Class<?> cls)
  • Intent (String action, Uri uri, Context packageContext, Class<?> cls)

Parameters

ParametersDetails
oIntent
actionString: The Intent action, such as ACTION_VIEW.
uriUri: The Intent data URI.
packageContextContext: A Context of the application package implementing this class.
clsClass: The component class that is to be used for the intent.

Remarks



Got any Android Question?