I have an event that constructs a url and goes to it based on the GPS location of the phone. Right now it only triggers onlocationchange, is there a way to make it so I can either manually trigger on locationchange, or do android apps being started and inquiring the location information a change? The emulator only receives when I send it, and unless I'm wrong, it doesn't perfectly emulate how the GPS acts.
In short, I want to trigger the onlocationchange events manually in the oncreate method, so that it performs a check the moment the program opens.
Thanks.

