diff options
author | 2024-11-28 14:56:57 +0000 | |
---|---|---|
committer | 2024-11-28 14:56:57 +0000 | |
commit | 8a5d8c5fea9de9d448bed82fed78494e9cfde9a3 (patch) | |
tree | fc67ab489d7643304084a08ea3e719484be185b0 /location | |
parent | 26a3063709a416d86eb2b2162b76bf374acb2d77 (diff) | |
parent | 4352680c501481b592d49da22d7f41b3d55ea3f3 (diff) |
Merge "Revert^2 "Mark @FlaggedApi flags as exported"" into main
Diffstat (limited to 'location')
-rw-r--r-- | location/java/android/location/flags/location.aconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/location/java/android/location/flags/location.aconfig b/location/java/android/location/flags/location.aconfig index 24e1d32164d0..5395206155b3 100644 --- a/location/java/android/location/flags/location.aconfig +++ b/location/java/android/location/flags/location.aconfig @@ -6,6 +6,7 @@ flag { namespace: "location" description: "Deprecates LocationManager ProviderChanged APIs" bug: "361811782" + is_exported: true } flag { @@ -27,6 +28,7 @@ flag { namespace: "location" description: "Flag for new Geocoder APIs" bug: "229872126" + is_exported: true } flag { @@ -56,6 +58,7 @@ flag { namespace: "location" description: "Flag for making geoid heights available via the Altitude HAL" bug: "304375846" + is_exported: true } flag { @@ -63,6 +66,7 @@ flag { namespace: "location" description: "Flag for GNSS API for NavIC L1" bug: "302199306" + is_exported: true } flag { @@ -70,6 +74,7 @@ flag { namespace: "location" description: "Flag for GnssMeasurementRequest WorkSource API" bug: "295235160" + is_exported: true } flag { @@ -129,6 +134,7 @@ flag { metadata { purpose: PURPOSE_BUGFIX } + is_exported: true } flag { |