So, I'm building a Ride Hailing app and I'm still not sure of what route should I go with for alerting a user for a New Ride Reuest.
- Should I go with Draw Over Other Apps to open the activity when the notification is received.
- Should I use fullScreenNotificationIntent with showOnLockScreen
And if I use fullScreenNotificationIntent, the Android system not always open the activity, it shows a headsupNotification, and I will have to add and handle accept reject actions.
Need a proper professional suggestion on this.