2017年10月26日
摘要: public void checkLocationPermission() { if (!PermissionHelper.isLocServiceEnable(this)) {//检测是否开启定位服务 DlgUtils.showLocServiceDialog(this); } else {//检测用户是否将当前应用的定位权限拒绝 ... 阅读全文
posted @ 2017-10-26 14:25 白衣雨果 阅读(9909) 评论(1) 推荐(0)