Clear notifications when dismissed.

Also fixed an issue with notifications alerting again when items
were removed.
This commit is contained in:
akwizgran
2017-09-29 13:49:51 +01:00
parent 6b9010c557
commit 2c10ae7d06
9 changed files with 169 additions and 38 deletions

View File

@@ -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"