Add MY_PACKAGE_REPLACED to the EventReceiver

Jonas Lochmann created

This ensures that Conversations is restarted after a update without waiting
for the next eu.siacs.conversations.POST_CONNECTIVITY_CHANGE from the AlarmManager

Change summary

src/main/AndroidManifest.xml | 1 +
1 file changed, 1 insertion(+)

Detailed changes

src/main/AndroidManifest.xml 🔗

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