feat: Notification actions on android
This commit is contained in:
parent
662a4ee17d
commit
2e07b7bcf1
4 changed files with 112 additions and 26 deletions
|
|
@ -135,6 +135,9 @@
|
|||
</intent-filter>
|
||||
</service>
|
||||
|
||||
<!-- From flutter_local_notifications package for notification actions -->
|
||||
<receiver android:exported="false" android:name="com.dexterous.flutterlocalnotifications.ActionBroadcastReceiver" />
|
||||
|
||||
<!-- Don't delete the meta-data below.
|
||||
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
|
||||
<meta-data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue