监听GPS
权限:
主程序代码以及注释:
/**
* 监听GPS
*/
private void initGPS() {
LocationManager locationManager = (LocationManager) this
.getSystemService(Context.LOCATION_SERVICE);
// 判...
分类:
移动开发 时间:
2015-06-11 17:03:04
阅读次数:
686
1.第一种方法private void toggleGPS() { Intent gpsIntent = new Intent(); gpsIntent.setClassName("com.android.settings", "com.android.s...
分类:
移动开发 时间:
2014-10-11 12:51:15
阅读次数:
250