ParkSangGwon / TedPermission

Easy check permission library for Android Marshmallow
1.74k stars 240 forks source link

missing POST_NOTIFICATION permission for Android 13 #146

Closed nishu3389 closed 1 year ago

nishu3389 commented 2 years ago

Will you please provide an update with POST_NOTIFICATION permission introduced in Android 13, Now it is mandatory to ask this runtime permission if we want to post notifications to the user

devLaaziz commented 1 year ago

+

ParkSangGwon commented 1 year ago

@nishu3389 @devLaaziz Have you checked the official documentation? It doesn't matter if you request the permission or the POST_NOTIFICATION permission is added. There is no problem requesting the POST_NOTIFICATION permission without adding the function in TedPermission separately.