|
@@ -861,6 +861,7 @@ public abstract class RAService extends Service {
|
|
|
|
|
|
|
|
if (System_Location_Flag) {
|
|
if (System_Location_Flag) {
|
|
|
|
|
|
|
|
|
|
+ removeLocationUpdates();
|
|
|
|
|
|
|
|
} else {
|
|
} else {
|
|
|
|
|
|
|
@@ -886,6 +887,8 @@ public abstract class RAService extends Service {
|
|
|
|
|
|
|
|
if (System_Location_Flag) {
|
|
if (System_Location_Flag) {
|
|
|
|
|
|
|
|
|
|
+ initLocation();
|
|
|
|
|
+
|
|
|
} else {
|
|
} else {
|
|
|
|
|
|
|
|
initLocation();
|
|
initLocation();
|