Android Programming

Kaischler

Newbie
Joined
Jul 23, 2015
Messages
43
Reaction score
16
Hello,
i hope its the right Forum for my Question, but is it possible to fake the Location Sensors of an Android? All Apps start to use the Sensor Location instead of the GPS and straight block you if you dont give them access to these Sensors ( or if you use an Emulator you dont even have these Sensors ) i searched the Internet but couldnt find anything about it.

Best Regards
Kaischler
 
I don't know of any way to do it but you could ask in the XDA developers forum, some of the guys there might know.
 
if you need to simulate a fake device location for educational or testing purposes within your app for development or testing purposes, you can use the Android Location API in combination with the setMockLocation() method.
 
Back
Top