summaryrefslogtreecommitdiff
path: root/location
diff options
context:
space:
mode:
author Dante Russo <russodante@google.com> 2025-03-13 19:24:05 -0700
committer Dante Russo <russodante@google.com> 2025-03-18 16:01:33 -0700
commitfca4bcdd90f2bb276dd9869e99c3912546b37887 (patch)
treec07a1a46613d3db0b260f53212e6c0245babda71 /location
parentf9bc523c2bb7e98f4ea33a6c2764e6e5d6e53d7a (diff)
Add missing attribution tags to com.android.location.fused
Avoids warning prints in log: W LocationManagerService: system location request with no attribution tag W LocationManagerService: java.lang.IllegalArgumentException Flag: android.location.flags.missing_attribution_tags_in_overlay Bug : 403337028 Test: Manual Change-Id: I11204b0724abc9d28fe819ea99b870397594d466
Diffstat (limited to 'location')
-rw-r--r--location/java/android/location/flags/location.aconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/location/java/android/location/flags/location.aconfig b/location/java/android/location/flags/location.aconfig
index 5b29b717fdc2..9cc58ae35692 100644
--- a/location/java/android/location/flags/location.aconfig
+++ b/location/java/android/location/flags/location.aconfig
@@ -212,3 +212,10 @@ flag {
bug: "402997842"
is_fixed_read_only: true
}
+
+flag {
+ name: "missing_attribution_tags_in_overlay"
+ namespace: "location"
+ description: "Adds missing attribution tags in the Fused and Gnss overlay"
+ bug: "403337028"
+}