bnalls33 / MockMockLocations

XPosed Module Preventing Apps from Detecting "Allow mock locations" setting.
74 stars 17 forks source link

1.4 release broken... won't allow me to set "mock location" at all #5

Open insidewhy opened 7 years ago

insidewhy commented 7 years ago

This has also been reported on the xda forums. After installing this module in Xposed I'm unable to set mock locations. I click it and re-enter the settings page and it shows the option is disabled again.

Looking at the code, I'm thinking it's because the whitelist is only applied to the "old method" and not the new one?

insidewhy commented 7 years ago

I'm thinking this if here:

https://github.com/bnalls33/MockMockLocations/blob/master/app/src/main/java/com/brandonnalls/mockmocklocations/OverrideSettingsSecure.java#L42

Should also wrap:

https://github.com/bnalls33/MockMockLocations/blob/master/app/src/main/java/com/brandonnalls/mockmocklocations/OverrideSettingsSecure.java#L55

No?

insidewhy commented 7 years ago

Hm no my previous comment is totally wrong.