Resolves #471 Actionable notification

This commit is contained in:
Yegor Vialov
2020-05-24 23:33:20 +00:00
parent 92a1230267
commit 55868d1dfe
6 changed files with 182 additions and 48 deletions

View File

@ -56,6 +56,12 @@
<action android:name="com.google.firebase.MESSAGING_EVENT" />
</intent-filter>
</service>
<receiver android:name=".NotificationActionReceiver" android:exported="true">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED"/>
<action android:name="android.intent.action.INPUT_METHOD_CHANGED" />
</intent-filter>
</receiver>
<service
android:name="io.flutter.plugins.androidalarmmanager.AlarmService"