## Unable to trigger parasitic notification on Android 15 Xiaomi HyperOS, Vector 2.2 cannot request module scope inside its own app #877
Closed
oneroomlife
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Environment
Problem description
After installing Vector 2.2 on a Xiaomi device running HyperOS based on Android 15, the parasitic notification cannot be displayed or triggered.
Because the parasitic notification does not appear, the module cannot directly open Vector's scope management page from inside its own app, and users cannot request module scope normally through the app.
However, the same module and configuration work correctly in the following environments:
The problem only happens on:
Steps to reproduce
Expected behavior
The parasitic notification should appear normally, and the module should be able to open Vector's scope request interface from its own application.
Actual behavior
Additional information
The issue seems to be related specifically to Xiaomi HyperOS Android 15.
Since it works on:
I suspect there may be some compatibility issue with HyperOS Android 15 notification handling, background restrictions, or system-level notification behavior.
Questions
Thanks for your work on Vector. I would appreciate any guidance on how to debug or fix this issue.
All reactions