GeoTecINIT / nativescript-task-dispatcher

NativeScript-based mobile background task scheduler and dispatcher
Apache License 2.0
18 stars 6 forks source link

Ns8 migration + basic Android 12 support #42

Closed agonper closed 2 years ago

agonper commented 2 years ago

This PR includes all the changes required to migrate the plugin to NS8.

With this, the plugin now has basic support for exact alarms in Android 12. However, the permission which is granted by default might be revoked by the system.

To overcome that, I'm going to implement the changes proposed here and here in another PR.

agonper commented 2 years ago

Thanks for testing the changes, @matey97!

I'll merge this now then 🙂