Pandiyan Mani
Sep 9, 2021

--

Pending Intent

Pending Intent is basically an object that wrap around another intent object.

It allows other application or service like notification manager,alarm manager etc to let them handle which time it need to be executed.

This intent are executed by thrid parties like android os at some scheduled time.

we use pending intent mainly when we want to execute some operation at later point.

--

--