Google News
logo
Android - Quiz(MCQ)
The sendStickybroadcast(intent) method in android is used to show that the intent is :
A)
Prioritize
B)
Sticky
C)
Optional
D)
None of the above

Correct Answer :   Sticky


Explanation : If we use the sendStickyBroadcast(Intent) method, the Intent is sticky. It means that the Intent that we are sending will stay around after the completion of the broadcast.

Advertisement