Why would you use the NotificationManager in Android?
Optimize network connections
Schedule background services
Send system and app notifications
Handle video rendering
View Answer
Correct Answer: C — Send system and app notifications
Explanation:
The NotificationManager system service allows developers to send notifications to users, ensuring timely communication and updates.
