termux-api-package icon indicating copy to clipboard operation
termux-api-package copied to clipboard

Remove other app specific notification

Open iagows opened this issue 5 years ago • 4 comments

Description

It would be nice if we had a command to remove a specific app notification. Something like `termux-notification-remove -key 1234

Why

I want to consume notifications from other apps, send to my computer if I find a specific word in the message and remove the notification so I don't have to read them again.

Example: Someone sends a message with "asap". I want to get this message, send to my pc and remove the notification.

Background information

Termux already have termux-notification-remove, but only works for termux notifications. Also, there is termux-notification-list, so the permission is already there. I don't know of other open-source apps with this feature, but I know that this is possible in this Stackoverflow link and in this

Android developpers

iagows avatar Aug 15 '20 15:08 iagows

I changed the description because I found some info about the updated android api

iagows avatar Aug 18 '20 22:08 iagows

I would love to see a bit more control over notifications in general. I had an idea to connect phone's player to laptop MPIS controls over ssh, but found neither access to player, neither a way to extract all the needed information from player notification :/

0Karakurt0 avatar Sep 17 '21 00:09 0Karakurt0

I would love to see a bit more control over notifications in general.

Check AutoNotification plugin for the Tasker app.

agnostic-apollo avatar Sep 17 '21 03:09 agnostic-apollo

I have found an app that does some synchronisation: https://github.com/rootkiwi/an2linuxclient

iagows avatar Nov 14 '21 01:11 iagows