Rename MessageProcessReceiver -> RoutineMessageFetchReceiver.

This commit is contained in:
Greyson Parrelli
2023-08-14 16:13:45 -04:00
committed by Cody Henthorne
parent 99abfd0d98
commit 2f8e112f3a
4 changed files with 11 additions and 14 deletions

View File

@@ -1323,7 +1323,7 @@
</intent-filter>
</receiver>
<receiver android:name=".messageprocessingalarm.MessageProcessReceiver" android:exported="false">
<receiver android:name=".messageprocessingalarm.RoutineMessageFetchReceiver" android:exported="false">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
<action android:name="org.thoughtcrime.securesms.action.PROCESS_MESSAGES" />