fix #21, allow replying directly from the top notification

This commit is contained in:
tibbi 2020-06-18 18:12:45 +02:00
parent 33f7bafbca
commit f4da76a010
4 changed files with 92 additions and 7 deletions

View file

@ -163,6 +163,15 @@
</intent-filter>
</receiver>
<receiver
android:name=".receivers.DirectReplyReceiver"
android:enabled="true"
android:exported="true">
<intent-filter>
<action android:name="com.simplemobiletools.smsmessenger.action.reply" />
</intent-filter>
</receiver>
<activity-alias
android:name=".activities.SplashActivity.Red"
android:enabled="false"