Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e01bd635 authored by Ludovic Barman's avatar Ludovic Barman Committed by Android (Google) Code Review
Browse files

Merge "Add flags for population density provider and density-based coarse locations." into main

parents 1e1622e9 247ee8e2
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -141,3 +141,17 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "population_density_provider"
    namespace: "location"
    description: "Flag for enabling the population density provider"
    bug: "376198890"
}

flag {
    name: "density_based_coarse_locations"
    namespace: "location"
    description: "Flag for gating the density-based coarse locations"
    bug: "376198890"
}