Prevents detection of mock location
Supported Android 6~14
Testapp: MockLocationDetector
adb shell appops set <MOCK_LOCATION_APP_PKG> android:mock_location allow
adb shell appops set <MOCK_LOCATION_APP_PKG> android:mock_location deny
adb shell
in terminal and runio.github.auag0.hidemocklocation
Release Type: Stable
3/8/2024, 10:26:53 AM
implement hooks for the following functions
> android.location.Location
- setIsFromMockProvider()
- setMock()
- setExtras()
- set()
refactor code
Full Changelog: auag0/HideMockLocation@v1.1.0...v1.2.0