mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
Clear notifications when dismissed.
Also fixed an issue with notifications alerting again when items were removed.
This commit is contained in:
@@ -32,6 +32,11 @@
|
||||
</intent-filter>
|
||||
</service>
|
||||
|
||||
<service
|
||||
android:name="org.briarproject.briar.android.NotificationCleanupService"
|
||||
android:exported="false">
|
||||
</service>
|
||||
|
||||
<activity
|
||||
android:name="org.briarproject.briar.android.reporting.DevReportActivity"
|
||||
android:excludeFromRecents="true"
|
||||
|
||||
Reference in New Issue
Block a user