@@ -10549,7 +10549,7 @@ package android.location {
1054910549 method public android.os.Bundle getExtras();
1055010550 method public double getLatitude();
1055110551 method public double getLongitude();
10552- method public java.lang.String getProvider();
10552+ method public deprecated java.lang.String getProvider();
1055310553 method public float getSpeed();
1055410554 method public long getTime();
1055510555 method public boolean hasAccuracy();
@@ -10587,6 +10587,7 @@ package android.location {
1058710587 }
1058810588
1058910589 public class LocationManager {
10590+ method public void addGeofence(android.location.LocationRequest, android.location.Geofence, android.app.PendingIntent);
1059010591 method public boolean addGpsStatusListener(android.location.GpsStatus.Listener);
1059110592 method public boolean addNmeaListener(android.location.GpsStatus.NmeaListener);
1059210593 method public deprecated void addProximityAlert(double, double, float, long, android.app.PendingIntent);
@@ -10598,7 +10599,7 @@ package android.location {
1059810599 method public deprecated java.lang.String getBestProvider(android.location.Criteria, boolean);
1059910600 method public android.location.GpsStatus getGpsStatus(android.location.GpsStatus);
1060010601 method public deprecated android.location.Location getLastKnownLocation(java.lang.String);
10601- method public android.location.Location getLastLocation(android.location.LocationRequest );
10602+ method public android.location.Location getLastLocation();
1060210603 method public deprecated android.location.LocationProvider getProvider(java.lang.String);
1060310604 method public deprecated java.util.List<java.lang.String> getProviders(boolean);
1060410605 method public deprecated java.util.List<java.lang.String> getProviders(android.location.Criteria, boolean);
@@ -10611,7 +10612,6 @@ package android.location {
1061110612 method public deprecated void removeTestProvider(java.lang.String);
1061210613 method public void removeUpdates(android.location.LocationListener);
1061310614 method public void removeUpdates(android.app.PendingIntent);
10614- method public void requestGeofence(android.location.LocationRequest, android.location.Geofence, android.app.PendingIntent);
1061510615 method public deprecated void requestLocationUpdates(java.lang.String, long, float, android.location.LocationListener);
1061610616 method public deprecated void requestLocationUpdates(java.lang.String, long, float, android.location.LocationListener, android.os.Looper);
1061710617 method public deprecated void requestLocationUpdates(long, float, android.location.Criteria, android.location.LocationListener, android.os.Looper);
0 commit comments