Fix backups not being scheduled.

This commit is contained in:
Michelle Tang
2025-05-05 11:59:29 -04:00
parent 961e9fd4b9
commit b79ec79644

View File

@@ -1337,6 +1337,12 @@
</intent-filter>
</receiver>
<receiver android:name=".service.MessageBackupListener" android:exported="false">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>
</receiver>
<receiver android:name=".service.AnalyzeDatabaseAlarmListener" android:exported="false">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />