Mark White | 9ee1866 | 2023-08-07 11:18:09 +0000 | [diff] [blame] | 1 | // Signature format: 2.0 |
Mark White | 5b3c64d | 2023-08-17 23:53:46 +0000 | [diff] [blame] | 2 | package 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 | |