@@ -10556,7 +10556,7 @@ package android.location {
1055610556 method public android.os.Bundle getExtras();
1055710557 method public double getLatitude();
1055810558 method public double getLongitude();
10559- method public java.lang.String getProvider();
10559+ method public deprecated java.lang.String getProvider();
1056010560 method public float getSpeed();
1056110561 method public long getTime();
1056210562 method public boolean hasAccuracy();
@@ -10594,6 +10594,7 @@ package android.location {
1059410594 }
1059510595
1059610596 public class LocationManager {
10597+ method public void addGeofence(android.location.LocationRequest, android.location.Geofence, android.app.PendingIntent);
1059710598 method public boolean addGpsStatusListener(android.location.GpsStatus.Listener);
1059810599 method public boolean addNmeaListener(android.location.GpsStatus.NmeaListener);
1059910600 method public deprecated void addProximityAlert(double, double, float, long, android.app.PendingIntent);
@@ -10605,7 +10606,7 @@ package android.location {
1060510606 method public deprecated java.lang.String getBestProvider(android.location.Criteria, boolean);
1060610607 method public android.location.GpsStatus getGpsStatus(android.location.GpsStatus);
1060710608 method public deprecated android.location.Location getLastKnownLocation(java.lang.String);
10608- method public android.location.Location getLastLocation(android.location.LocationRequest );
10609+ method public android.location.Location getLastLocation();
1060910610 method public deprecated android.location.LocationProvider getProvider(java.lang.String);
1061010611 method public deprecated java.util.List<java.lang.String> getProviders(boolean);
1061110612 method public deprecated java.util.List<java.lang.String> getProviders(android.location.Criteria, boolean);
@@ -10618,7 +10619,6 @@ package android.location {
1061810619 method public deprecated void removeTestProvider(java.lang.String);
1061910620 method public void removeUpdates(android.location.LocationListener);
1062010621 method public void removeUpdates(android.app.PendingIntent);
10621- method public void requestGeofence(android.location.LocationRequest, android.location.Geofence, android.app.PendingIntent);
1062210622 method public deprecated void requestLocationUpdates(java.lang.String, long, float, android.location.LocationListener);
1062310623 method public deprecated void requestLocationUpdates(java.lang.String, long, float, android.location.LocationListener, android.os.Looper);
1062410624 method public deprecated void requestLocationUpdates(long, float, android.location.Criteria, android.location.LocationListener, android.os.Looper);
0 commit comments