termux / termux-api-package

Termux package containing scripts to call functionality in Termux:API.
MIT License
1.02k stars 318 forks source link

No option for ongoing (sticky) notifications #70

Closed ghost closed 5 years ago

ghost commented 5 years ago

NotificationAPI already implemets support for ongoing notifications: https://github.com/termux/termux-api/blob/master/app/src/main/java/com/termux/api/NotificationAPI.java#L79.

But related option is not present in the wrapper script (termux-notification).

CanadaHonk commented 5 years ago

Just an fyi, in a pull request I did a while ago I slightly broke something in notifications, so I'll add this whilst fixing that hopefully. (Going to make a separate issue for it.)

xalexalex commented 5 years ago

Fixed by #72

fornwall commented 5 years ago

Thanks @xalexalex !