android
android copied to clipboard
Start intent on notification click
It would be cool if you could specify an intent to launch when user clicks on the notification. My usecase is for matrix-gotify. I want to get push notifications via gotify and when I click on them Fluffychat should open the chat.
We already have "open an url" on click, the open intend on click could be implemented like this
https://github.com/gotify/android/blob/107810dcb7da5f63a6b30b47b5e8dc608a461c8f/app/src/main/java/com/github/gotify/service/WebSocketService.java#L278-L286
Closing as not needed as there aren't many upvotes or comments from other users.