Is it possible to emulate GPS in Android on a real phone? (no emulator)

To test the application I'm building, I want to be able to emulate a GPS location on a real device not connected to a computer.

Is it possible? I found several ways to do this with an emulator, but not for a real device.

thank

+3


source to share


1 answer


In System Settings> Developer Options, enable "Allow Location Layout".



Then use an app like " My Fake Location " to set up a fake location.

+6


source







All Articles