fix #21, allow replying directly from the top notification
This commit is contained in:
parent
33f7bafbca
commit
f4da76a010
4 changed files with 92 additions and 7 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue