You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
🚀 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)
The text was updated successfully, but these errors were encountered: