Skip to content

v0.7

Choose a tag to compare

@hazbu hazbu released this 04 Aug 07:30
· 1 commit to main since this release

Implement module status tracking and scoped apps display

  • Integrate libxposed-service to monitor module activation and retrieve the list of scoped applications.
  • Update MainActivity to implement XposedServiceHelper.OnServiceListener and 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.xml with QUERY_ALL_PACKAGES permission, libxposed queries, and the XposedProvider declaration.
  • Add logic in XPointModule to hook the manager app and confirm its active status.
  • Refine version-specific hooks for getLastKnownLocation in LocationManager.