A GPS setter based on the Xposed framework. This fork is the first module to achieve support for Android 15+ with its sources available.
An increasing number of apps are abusing the location permission for tracking purposes, preventing the user from using the app without granting the permission. Traditionally on Android, modifying the response from android server is done using the mock location provider - however, the availability of this feature is device dependent. Additionally, some apps have started explicitly checking for signals regarding whether the location provided is reliable. This module aims to mitigate this by providing an ability to either,
Specifically, in the case of hooking just the app, it intercepts android.location.Location
and android.location.LocationManager
methods including
io.github.jqssun.gpssetter