Remove old notification system and notification rewrite feature flag.

This commit is contained in:
Cody Henthorne
2021-06-08 11:20:19 -04:00
committed by GitHub
parent b6c653ff77
commit c72dd86fed
21 changed files with 69 additions and 2364 deletions

View File

@@ -718,20 +718,6 @@
</intent-filter>
</receiver>
<receiver android:name=".notifications.AndroidAutoHeardReceiver"
android:exported="false">
<intent-filter>
<action android:name="org.thoughtcrime.securesms.notifications.ANDROID_AUTO_HEARD"/>
</intent-filter>
</receiver>
<receiver android:name=".notifications.AndroidAutoReplyReceiver"
android:exported="false">
<intent-filter>
<action android:name="org.thoughtcrime.securesms.notifications.ANDROID_AUTO_REPLY"/>
</intent-filter>
</receiver>
<receiver android:name=".service.ExpirationListener" />
<receiver android:name=".revealable.ViewOnceMessageManager$ViewOnceAlarm" />