android: Two more notifications when contact connected or connection request received (#1129)

* Two more notifications when contact connected or connection request received

* Large image in notification

* Do not show contact's icon when it't not permitted

* Sound and vibrate for notification

* No large icon in other cases

* Small change
This commit is contained in:
Stanislav Dmitrenko
2022-09-26 19:28:51 +03:00
committed by GitHub
parent 6c7e81777e
commit 409982ad71
6 changed files with 90 additions and 12 deletions
@@ -103,6 +103,12 @@
android:resource="@xml/file_paths" />
</provider>
<!-- NtfManager action processing (buttons in notifications) -->
<receiver
android:name=".model.NtfManager$NtfActionReceiver"
android:enabled="true"
android:exported="false" />
<!-- SimplexService foreground service -->
<service
android:name=".SimplexService"