I am developing an android app based on user location.
So I am using the "Geofence" enter/exit event.
It is not easy to test.
Because to test it, I should move out or in some location.
So I am using the emulator and set virtual location info (lat/lng).
Anyway, I found some info about this feature in here.
So I followed it, using broadcast receiver.
At the first time, It doesn't work. But, when I open "Google Map", my current location starting to change to what I set through the emulator.
And my broadcast receiver is triggered at that time.
But if I don't use "Google Map", nothing happen...
Why? and How can I handle this???