mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-12 00:40:28 +00:00
feat: Implement notification service for SAR messages and add localization support
This commit is contained in:
@@ -68,5 +68,14 @@
|
||||
<array>
|
||||
<string>dev.flutter.background.refresh</string>
|
||||
</array>
|
||||
<key>UIUserNotificationSettings</key>
|
||||
<dict>
|
||||
<key>UIUserNotificationTypesEnabled</key>
|
||||
<array>
|
||||
<string>UIUserNotificationTypeAlert</string>
|
||||
<string>UIUserNotificationTypeBadge</string>
|
||||
<string>UIUserNotificationTypeSound</string>
|
||||
</array>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
Reference in New Issue
Block a user