You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to query for currently displayed notifications?
It could work as follows:
termux-notification-get --json
Result:
{
{"appid":"com.facebook.mlite","title":"John Doe","content":"Some content of the notification"},
{"appid":"com.maxmpz.audioplayer","title":"After the Storm","content":"Name of a song fex."}
}
moridius, anatoliegolovco, vovcacik, hdlopes, Zebrazilla and 4 more