Is there any replacement for Notification.number field that was deprecated with Android API 24?
Documentation says:
This field was deprecated in API level 24. this number is not shown anymore
Looks like Notification.EXTRA_INFO_TEXT also gives null.
Does anyone know a workaround?