android开发:location包实现定位的功能

申明:不要使用23以上的API,因为多了一个权限审核,会抛出异常,我今天就是因为Android Studio自动设置成23的API了,导致异常。

开发定位的功能很简单,首先获取LocationManager服务对象:

LocationManager lm = (LocationManager) getSystemService(LOCATION_SERVICE);

 
Copyright © 2008-2021 lanxinbase.com Rights Reserved. | 粤ICP备14086738号-3 |