@@ -986,10 +991,10 @@ public class LocationProviderManager extends
CallerIdentityidentity=getIdentity();
LocationtrueLoc=locationResult.getLastLocation();
if(trueLoc!=null){
Log.d("AP-FakeLocation","LocationRegistration...operate, true location for "+identity.getPackageName()+" is "+trueLoc.longitude+" ; "+trueLoc.latitude);
Log.d("AP-FakeLocation","LocationRegistration...operate, true location for "+identity.getPackageName()+" is "+trueLoc.getLongitude()+" ; "+trueLoc.getLatitude());
Log.d("AP-FakeLocation","LocationRegistration...operate, true location for "+identity.getPackageName()+" is "+trueLoc.longitude+" ; "+trueLoc.latitude);
Log.d("AP-FakeLocation","LocationRegistration...operate, true location for "+identity.getPackageName()+" is "+trueLoc.getLongitude()+" ; "+trueLoc.getLatitude());