feat: Notification actions on android

This commit is contained in:
krille-chan 2024-10-03 17:06:59 +02:00 committed by Christian Kußowski
commit 2e07b7bcf1
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
4 changed files with 112 additions and 26 deletions

View file

@ -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