mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-22 22:46:21 +00:00
Register RotateSenderCertificateListener in the manifest.
This commit is contained in:
@@ -597,6 +597,12 @@
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
|
||||
<receiver android:name=".service.RotateSenderCertificateListener">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.BOOT_COMPLETED" />
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
|
||||
<receiver android:name=".service.LocalBackupListener">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.BOOT_COMPLETED" />
|
||||
|
||||
Reference in New Issue
Block a user