-
-
Notifications
You must be signed in to change notification settings - Fork 836
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SCHEDULE_EXACT_ALARM Permission need in Android 14 #795
Comments
You can use Notifee Libary to request for this permission.
Otherwise, I didn't find any solution for this issue |
For me this works fine in android 14. This can be happen in Android 13. |
Apparently, this is only a problem if your target SDK is >= 33 |
Hi guys, Is there any solution for this issue without using notifee library? |
There's an open PR: #878 |
It's available in 5.1.0. |
Why it is needed?
In my project, I am utilizing the SCHEDULE_EXACT_ALARM feature. With the transition to Android 14 and onwards, there is a change in permission handling. In previous Android versions, this permission was granted by default (ALLOWED). However, starting from Android 14, there is a shift, and the default behaviour for this permission has changed to being denied by default. Therefore, in order to continue using the SCHEDULE_EXACT_ALARM feature effectively in Android 14 and beyond, it is now necessary to explicitly request and obtain the appropriate permission from the user.
Possible implementation
No response
Code sample
No response
The text was updated successfully, but these errors were encountered: