このコードを使用して、GPS センサー データを取得します。
mlocManager = (LocationManager) getSystemService(Context.LOCATION_SERVICE);
mlocListener = new MyLocationListener();
mlocManager.requestLocationUpdates(LocationManager.GPS_PROVIDER, 2000, 1, mlocListener);
GPS アイコンが頻繁にオンとオフを繰り返すのはなぜですか?