Skip to content

Please consider adding a note that non-dismissible notifications need a manual command. #98

@shamefulCake1

Description

@shamefulCake1

Hello.

I really like that you use setOngoing for BasicSync's notifications, so that I won't accidentally dismiss it, and always know if Syncthing is running.

However, since Android 14, non-dismissible notifications require a permission, and if this permission is not given, notifications are by default dismissible.

Unfortunately, there is no GUI for this permission, but it can be given from adb or other command-line:

appops set --uid com.chiller3.basicsync SYSTEM_EXEMPT_FROM_DISMISSIBLE_NOTIFICATIONS allow

Yes, just one command. Please, consider adding a note about this into a readme, or adding a label with a warning about this into the app. Thank you!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions