I'm currently trying to access the text of the Google Maps notification when in "navigation mode".
Accessing the notification object already works via NotificationlistenerService.
I've found out that this notification is a "RemoteViews" object instead of a normal notification.
But without success:
java.lang.RuntimeException: Method: getDeclaredField not found in: android.widget.RemoteViews
java.lang.RuntimeException: Method: getDeclaredFields not found in: android.widget.RemoteViews