Skip to content
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

[MOO-1361] Add check and request EXACT_ALARM_PERMISSION to RequestGenericPermission #137

Merged
merged 22 commits into from
May 28, 2024

Conversation

PaulHryn
Copy link
Contributor

@PaulHryn PaulHryn commented May 1, 2024

I've added check and request EXACT_ALARM_PERMISSION to RequestGenericPermission. Current version of "react-native-permission" doesnt support SCHEDULE_EXACT_ALARM for Android, so I've added it using another library and combined with already existing functions. This permission is enabled by default on Android API SDK <= 33, but targeting 34 (Android 14) it's became disabled. To ensure that local notifications will work on Android 14, we have to add manual permission request.

@PaulHryn PaulHryn requested a review from a team as a code owner May 1, 2024 07:46
@moo-team moo-team added the Widget label May 1, 2024
@PaulHryn PaulHryn self-assigned this May 1, 2024
vadymv-mendix
vadymv-mendix previously approved these changes May 1, 2024
@moo-team moo-team added the Core label May 21, 2024
@PaulHryn PaulHryn requested a review from moo-team May 27, 2024 08:34
.github/workflows/NativePipeline.yml Outdated Show resolved Hide resolved
.github/workflows/NativePipeline.yml Outdated Show resolved Hide resolved
@PaulHryn PaulHryn merged commit 2aa15fc into main May 28, 2024
18 of 20 checks passed
@PaulHryn PaulHryn deleted the moo/MOO-1361-schedule-exact-alarm branch May 28, 2024 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants