ElderDrivers / EdXposedManager

Companion Android application for EdXposed
https://edxp.meowcat.org/
GNU General Public License v3.0
1.77k stars 247 forks source link

No notifications #199

Open abdou10000 opened 3 years ago

abdou10000 commented 3 years ago
Include the following:
Reproduction Steps

When I instal a new moudel no notifications appear as it was(android 10 ) before I update to Android 11 even anew moudel updated also no notifications ..notifaction is allowed for exposed manager also no battery restrictions for and allowed to run in background also startup allowed.. Any fix

Expected Result
Actual Result
chouex commented 3 years ago

might relate to https://github.com/ElderDrivers/EdXposedManager/issues/28

because EdXposedManager dont receive ACTION_PACKAGE_CHANGED, the notify not show up, and the module not refresh. https://github.com/ElderDrivers/EdXposedManager/blob/bebb3f7ff9775bec586dd6a5427be592700644ea/app/src/main/java/org/meowcat/edxposed/manager/receiver/PackageChangeReceiver.java#L69