Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Hide Mock Location Universal Patch #3389

Open
3 tasks done
KotlinNight opened this issue Jun 27, 2024 · 1 comment
Open
3 tasks done

feat: Hide Mock Location Universal Patch #3389

KotlinNight opened this issue Jun 27, 2024 · 1 comment
Labels
Feature request Requesting a new feature that's not implemented yet

Comments

@KotlinNight
Copy link

Feature description

A universal patch to hide mock location. In Android the user can set the gps location by using "mock locations". However, an App can check if this is the real location or not by checking isMock() (API >= 31) or isFromMockProvider (API < 31). This behavior could be change by making these functions always return false.

Motivation

This feature could let the user change gps location in apps that don't allow it. It could also enhance user privacy, by letting the user set a random location as the "real" location. In some cases it could also help circumvent geo filtering.

Acknowledgements

  • I have checked all open and closed feature requests and this is not a duplicate
  • I have chosen an appropriate title.
  • All requested information has been provided properly.
@KotlinNight KotlinNight added the Feature request Requesting a new feature that's not implemented yet label Jun 27, 2024
@epireyn
Copy link

epireyn commented Jul 2, 2024

Hello!

Thank you for your request. Would you have any app to test the patch?

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature request Requesting a new feature that's not implemented yet
Projects
None yet
Development

No branches or pull requests

2 participants