add handling for storing sent messages

This commit is contained in:
tibbi 2020-04-05 19:12:02 +02:00
parent 420a88c74c
commit e1f1583b17
6 changed files with 59 additions and 8 deletions

View file

@ -111,6 +111,8 @@
</intent-filter>
</receiver>
<receiver android:name=".receivers.SmsSentReceiver"/>
<activity-alias
android:name=".activities.SplashActivity.Red"
android:enabled="false"