gotify / gotify/android

How to define intent URL within client::notification?

Open
#393 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
1.5k
Forks
217
PR merge metrics
No merged PRs in 30d

Description

Hello!

I'm trying to define URL to open another app after I click on the notification.
So, it seems, URL like that should do the trick:
```
{
"extras": {
"client::notification": {
"click": {"url": "intent://www.youtube.com#Intent;scheme=https;package=com.google.android.youtube;end"}
}
}
}
```
But nothing happens.
Any suggestions would be greatly appreciated.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.