blob: 2755a9ff33c8882344e8dc332b114d7cf35e6fce [file] [log] [blame]
Mark White9ee18662023-08-07 11:18:09 +00001// Signature format: 2.0
Mark White5b3c64d2023-08-17 23:53:46 +00002package android.location {
3
4 public class LocationManager {
5 method @Deprecated public boolean addGpsMeasurementListener(android.location.GpsMeasurementsEvent.Listener);
6 method @Deprecated public boolean addGpsNavigationMessageListener(android.location.GpsNavigationMessageEvent.Listener);
7 method @Deprecated @RequiresPermission(android.Manifest.permission.READ_DEVICE_CONFIG) public boolean isProviderPackage(@Nullable String, @NonNull String);
8 method @Deprecated public void removeGpsMeasurementListener(android.location.GpsMeasurementsEvent.Listener);
9 method @Deprecated public void removeGpsNavigationMessageListener(android.location.GpsNavigationMessageEvent.Listener);
10 method @Deprecated @RequiresPermission(android.Manifest.permission.LOCATION_HARDWARE) public void setLocationControllerExtraPackage(String);
11 method @Deprecated @RequiresPermission(android.Manifest.permission.LOCATION_HARDWARE) public void setLocationControllerExtraPackageEnabled(boolean);
12 }
13
14}
15