diff options
author | 2024-11-28 07:58:20 +0000 | |
---|---|---|
committer | 2024-11-28 07:58:20 +0000 | |
commit | 4352680c501481b592d49da22d7f41b3d55ea3f3 (patch) | |
tree | a877fe26bf0f7f8619d099d533c3ab8753fbe4aa /location | |
parent | 292ad4389f602337bcb28f7923ba1f3a9821551e (diff) |
Revert^2 "Mark @FlaggedApi flags as exported"
322dd88f9dedd580115bd62377c2a21323540d2f
Change-Id: I9d1b06d9bea270e22f364bbc4be24174d3ae53fe
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 { |