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:
parent
ba1861f958
commit
a619cfe0d8
|
@ -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" />
|
||||||
|
|
Loading…
Reference in a new issue