For Android 14:
1. Receivers registered with `scheduleRegisteredReceiver` need to call `finishReceiver` when `assumeDelivered` is false to avoid blocking.
2. `LOCKED_BOOT_COMPLETED` is no longer `ordered` but `assumeDelivered` = false
Co-authored-by: 5ec1cff <56485584+5ec1cff@users.noreply.github.com>
* Canceled the notification when Xposed Module removed
* Fix the packageName confusion notification push problem
* Ignore the addition of duplicate ids
* Add the packageName into notification tag
* Revise the notification id into auto-increment id
* Add the conflict ids templates web url
* Revise only the package name and userId are reserved for judging the uniqueness of the notification id
* Fix code style