mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
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:
committed by
GitHub
parent
6c7e81777e
commit
409982ad71
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user