Add MY_PACKAGE_REPLACED to the EventReceiver

This ensures that Conversations is restarted after a update without waiting
for the next eu.siacs.conversations.POST_CONNECTIVITY_CHANGE from the AlarmManager
This commit is contained in:
Jonas Lochmann 2024-04-01 02:00:00 +02:00 committed by Daniel Gultsch
parent ba1861f958
commit a619cfe0d8

View file

@ -145,6 +145,7 @@
android:exported="false"> android:exported="false">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" /> <action android:name="android.intent.action.BOOT_COMPLETED" />
<action android:name="android.intent.action.MY_PACKAGE_REPLACED" />
<action <action
android:name="android.net.conn.CONNECTIVITY_CHANGE" android:name="android.net.conn.CONNECTIVITY_CHANGE"
tools:ignore="BatteryLife" /> tools:ignore="BatteryLife" />