summaryrefslogtreecommitdiffstats
path: root/location
diff options
context:
space:
mode:
authorDaisuke Miyakawa <dmiyakawa@google.com>2011-04-27 08:26:33 -0700
committerDaisuke Miyakawa <dmiyakawa@google.com>2011-04-28 16:18:19 -0700
commita550bdc84af70babb48091197bfb1b93d3671664 (patch)
treed1bbbd600c4cd3faaf7022a89b7b7678595b3841 /location
parent9a51519dfc20d5ed1fb9e25270b8e46e0e3ab8db (diff)
downloadframeworks_base-a550bdc84af70babb48091197bfb1b93d3671664.zip
frameworks_base-a550bdc84af70babb48091197bfb1b93d3671664.tar.gz
frameworks_base-a550bdc84af70babb48091197bfb1b93d3671664.tar.bz2
Use passive provider for location based country detection
Bug: 4345419 Change-Id: Ia3e071b97c6971538ea994fdee6029db928201d6
Diffstat (limited to 'location')
-rw-r--r--location/java/android/location/LocationManager.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/location/java/android/location/LocationManager.java b/location/java/android/location/LocationManager.java
index cc689bb..2817df8 100644
--- a/location/java/android/location/LocationManager.java
+++ b/location/java/android/location/LocationManager.java
@@ -1310,7 +1310,7 @@ public class LocationManager {
* @param listener GPS status listener object to register
*
* @return true if the listener was successfully added
- *
+ *
* @throws SecurityException if the ACCESS_FINE_LOCATION permission is not present
*/
public boolean addGpsStatusListener(GpsStatus.Listener listener) {
@@ -1434,7 +1434,7 @@ public class LocationManager {
return false;
}
}
-
+
/**
* Used by NetInitiatedActivity to report user response
* for network initiated GPS fix requests.
@@ -1449,5 +1449,5 @@ public class LocationManager {
return false;
}
}
-
+
}