diff options
Diffstat (limited to 'location/java/android/location/LocationManager.java')
-rw-r--r-- | location/java/android/location/LocationManager.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/location/java/android/location/LocationManager.java b/location/java/android/location/LocationManager.java index 86ea66f..ca16f19 100644 --- a/location/java/android/location/LocationManager.java +++ b/location/java/android/location/LocationManager.java @@ -68,7 +68,7 @@ public class LocationManager { * satellites. Depending on conditions, this provider may take a while to return * a location fix. * - * Requires the permission android.permissions.ACCESS_FINE_LOCATION. + * Requires the permission android.permission.ACCESS_FINE_LOCATION. * * <p> The extras Bundle for the GPS location provider can contain the * following key/value pairs: |