summaryrefslogtreecommitdiff
path: root/location
diff options
context:
space:
mode:
author Dante Russo <russodante@google.com> 2025-03-19 17:26:05 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2025-03-19 17:26:05 -0700
commitd872ad7f84c0d5af72e709f2e3f7913a785c9cae (patch)
tree8db6797045b32b61e9c5f5f57459509516d6d90b /location
parent4bae066de0e2249d74022e90eed3e33dd78171a3 (diff)
parentfca4bcdd90f2bb276dd9869e99c3912546b37887 (diff)
Merge changes I11204b07,I8ad3fb6f into main
* changes: Add missing attribution tags to com.android.location.fused Add an unstable fallback for the gnss/fused location provider overlay
Diffstat (limited to 'location')
-rw-r--r--location/java/android/location/flags/location.aconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/location/java/android/location/flags/location.aconfig b/location/java/android/location/flags/location.aconfig
index f26e72fa79f1..9cc58ae35692 100644
--- a/location/java/android/location/flags/location.aconfig
+++ b/location/java/android/location/flags/location.aconfig
@@ -205,3 +205,17 @@ flag {
bug: "209078566"
}
+flag {
+ name: "service_watcher_unstable_fallback"
+ namespace: "location"
+ description: "Flag for service watcher to fallback on an unstable service"
+ 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"
+}