v0.7
Implement module status tracking and scoped apps display
- Integrate
libxposed-serviceto monitor module activation and retrieve the list of scoped applications. - Update
MainActivityto implementXposedServiceHelper.OnServiceListenerand dynamically update the UI based on service binding. - Add a status card to the main layout to indicate whether the module is active or inactive.
- Add a horizontal scroll view to the main layout to display icons of applications within the module's scope.
- Update
AndroidManifest.xmlwithQUERY_ALL_PACKAGESpermission, libxposed queries, and theXposedProviderdeclaration. - Add logic in
XPointModuleto hook the manager app and confirm its active status. - Refine version-specific hooks for
getLastKnownLocationinLocationManager.