Просмотр исходного кода

1.修改Android Apex Drivers系统定位关闭时崩溃。

Pen Li 7 лет назад
Родитель
Сommit
ccfdfce537

+ 1 - 1
ApexDrivers/RAUtilsLibrary/src/main/java/com/usai/redant/rautils/location/SystemLocation.java

@@ -78,7 +78,7 @@ public class SystemLocation {
         startListenLocationUpdate();
         startListenLocationUpdate();
 
 
         if (!gpsEnable) {
         if (!gpsEnable) {
-            openLocationSetting();
+//            openLocationSetting();
         }
         }
 
 
         return true;
         return true;