文件名称:Android GPS
文件大小:43KB
文件格式:RAR
更新时间:2014-04-05 05:09:52
Android GPS
Android GPS经纬度获取 private void openGPSSettings() { LocationManager alm = (LocationManager) this .getSystemService(Context.LOCATION_SERVICE); if (alm.isProviderEnabled(android.location.LocationManager.GPS_PROVIDER)) { Toast.makeText(this, "GPS模块正常", Toast.LENGTH_SHORT).show(); getLocation(); return; } Toast.makeText(this, "请开启GPS!", Toast.LENGTH_SHORT).show(); Intent intent = new Intent(Settings.ACTION_SECURITY_SETTINGS); startActivityForResult(intent, 0); // 此为设置完成后返回到获取界面 } }
【文件预览】:
GPS
----.project(839B)
----default.properties(362B)
----bin()
--------com()
--------GPS.apk(15KB)
--------resources.ap_(11KB)
--------classes.dex(5KB)
----proguard.cfg(1KB)
----AndroidManifest.xml(711B)
----src()
--------com()
----res()
--------values()
--------layout()
--------drawable-ldpi()
--------drawable-hdpi()
--------drawable-mdpi()
----.classpath(280B)
----gen()
--------com()
----assets()