mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-09-20 08:45:50 +01:00
Add unread reminder receiver.
This commit is contained in:
@@ -1465,6 +1465,10 @@
|
||||
android:name=".service.TrimThreadsByDateManager$TrimThreadsByDateAlarm"
|
||||
android:exported="false" />
|
||||
|
||||
<receiver
|
||||
android:name=".service.UnreadReminderManager$UnreadReminderAlarm"
|
||||
android:exported="false" />
|
||||
|
||||
<receiver
|
||||
android:name="org.signal.core.util.ClearClipboardAlarmReceiver"
|
||||
android:exported="false" />
|
||||
|
||||
Reference in New Issue
Block a user