react-native-permissions
react-native-permissions copied to clipboard
feat(android): add schedule exact alarm permission
Summary
I managed the new permission for scheduling exact alarms in Android 13 and higher.
Test Plan
I added this permission to the sample app.
What's required for testing (prerequisites)?
What are the steps to test it (after prerequisites)?
Compatibility
OS | Implemented |
---|---|
iOS | ❌ |
Android | ✅ |
Checklist
- [X] I have tested this on a device and a simulator
- [X] I added the documentation in
README.md
- [X] I added a sample use of the API in the example project (
example/App.tsx
)