background-geolocation-android
background-geolocation-android copied to clipboard
Fix Android10 hasMockLocationsEnabled(), AbstractLocationProvider.java
Check if device is 4, 5.
In android 10 devices hasMockLocationsEnabled return true incorrectly. In emulators seems that always return 0.
The permission doesn't work anymore > Android6 then is better return false.