FirebasePushNotificationPlugin icon indicating copy to clipboard operation
FirebasePushNotificationPlugin copied to clipboard

Implement request for notifications permissions in Android 13

Open mvangala1 opened this issue 2 years ago • 0 comments

🚀 Feature Requests

Request for runtime permission for notifications in Android 13

Contextualize the feature

Show pop up for requesting permissions for Android 13 and higher.

Following is the summary from android developer documentation: Android 13 (API level 33) and higher supports a runtime permission for sending non-exempt (including Foreground Services (FGS)) notifications from an app: POST_NOTIFICATIONS. This change helps users focus on the notifications that are most important to them.

We highly recommend that you target Android 13 or higher as soon as possible to benefit from the additional control and flexibility of this feature. If you continue to target 12L (API level 32) or lower, you lose some flexibility with [requesting the permission in the context of your app's functionality] (https://developer.android.com/develop/ui/views/notifications/notification-permission#request-in-context).

Describe the feature

Please include notification request pop up feature in Android. here is the reference https://developer.android.com/develop/ui/views/notifications/notification-permission

Platforms affected (mark all that apply)

  • [ ] :iphone: iOS
  • [x] :robot: Android
  • [ ] :checkered_flag: WPF
  • [ ] :earth_americas: UWP
  • [ ] :apple: MacOS
  • [ ] :tv: tvOS
  • [ ] :monkey: Xamarin.Forms

mvangala1 avatar Apr 07 '23 00:04 mvangala1