kgsharathkumar
kgsharathkumar

Reputation: 1399

Notification runtime permission which is blocks my App working flow -Android13

Our app working flow is blocked when I run on Android 13, In android 12 and lower working as expected but In Android-13 "Notification permission dialog is appearing" and If i ignore that dialog, next time I can't launch my application.

I need suggestions here.

Update 1:

I just tried with by change the value of compileSdkVersion and targetSdkVersion into 33.

Notification permission dialog is NOT appeared, Behaviour of our app is as expected but if the sdkversion 32 and below I'm getting this error.

Upvotes: 0

Views: 1080

Answers (1)

Mehmet Gür
Mehmet Gür

Reputation: 522

You need to update your versions to API 33 to use runtime permission requests. Because it's special permission for only Android13+

Upvotes: 1

Related Questions