wifi provider onLocationChanged is never called
- by Kelsie
I got a weird problem. I uses wifi to retrieve user location. I have tested on several phones; on some of them, I could never get a location update. it seemed that the method onLocationChanged is never called. My code is attached below.. Any suggestions appreciated!!!
@Override
public void onCreate(Bundle savedInstanceState) {
…