
Hello,
how do i extract notification extra text?
I've tried %evtprm(:) without luck. It only show
-App name
-Notification title
I need the extra text (2 on image).
When i did "adb shell dumpsys"
Under "NotificationRecord" i found the layout of notification was like this :
extras={
android.title=some title
android.textLines=[Ljava.lang.CharSequence;@42ffc3b8 {
KBR05 textaa,
KBR05 textbb,
KBR05 textccc,
}
Any idea how to extract
android.textLines via Tasker?
I don't want to do adb shell dumpsys always and some useless grep (data portion is too big to do this every moment).
Thanks in advance