Multiple choice technology platforms and products

Pending Intent is commonly used to package an Intent that will be fired in response to a future event, such as a widget View being clicked or a Notification being selected from the notification panel.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A PendingIntent wraps an Intent to be executed at a future time by another application, such as the notification manager or home screen widget manager.