Please enable JavaScript.
Coggle requires JavaScript to display documents.
Intent (primary informations (component name, action, data, category,…
Intent
primary informations
component name
action
data
category
extras
flags
Cases
starting an activity
starting a service
delivering a broadcast
Intent resolution
action
data
category
types
explicit intent
implicit intent
pending intent
cases
when the users performs an action with your notification
when the user performs an action with your app widget
at a specified future time
declaring methods
PendingIntent.getActivity()
PendingIntent.getService()
PendingIntent.getBroadcast()
action test
category test
data test
Intent matching