1package: "android.location.flags"
2container: "system"
3
4flag {
5    name: "new_geocoder"
6    namespace: "location"
7    description: "Flag for new Geocoder APIs"
8    bug: "229872126"
9}
10
11flag {
12    name: "enable_location_bypass"
13    namespace: "location"
14    description: "Enable location bypass feature"
15    bug: "301150056"
16}
17
18flag {
19    name: "location_bypass"
20    is_exported: true
21    namespace: "location"
22    description: "Enable location bypass appops behavior"
23    bug: "329151785"
24}
25
26flag {
27    name: "fix_service_watcher"
28    namespace: "location"
29    description: "Enable null explicit services in ServiceWatcher"
30    bug: "311210517"
31}
32
33flag {
34    name: "geoid_heights_via_altitude_hal"
35    namespace: "location"
36    description: "Flag for making geoid heights available via the Altitude HAL"
37    bug: "304375846"
38}
39
40flag {
41    name: "gnss_api_navic_l1"
42    namespace: "location"
43    description: "Flag for GNSS API for NavIC L1"
44    bug: "302199306"
45}
46
47flag {
48    name: "gnss_call_stop_before_set_position_mode"
49    namespace: "location"
50    description: "Flag for calling stop() before setPositionMode()"
51    bug: "306874828"
52}
53
54flag {
55    name: "gnss_api_measurement_request_work_source"
56    namespace: "location"
57    description: "Flag for GnssMeasurementRequest WorkSource API"
58    bug: "295235160"
59}
60
61flag {
62    name: "release_supl_connection_on_timeout"
63    namespace: "location"
64    description: "Flag for releasing SUPL connection on timeout"
65    bug: "315024652"
66}
67
68flag {
69    name: "location_validation"
70    namespace: "location"
71    description: "Flag for location validation"
72    bug: "314328533"
73}
74
75flag {
76    name: "replace_future_elapsed_realtime_jni"
77    namespace: "location"
78    description: "Flag for replacing future elapsedRealtime in JNI"
79    bug: "314328533"
80}
81
82flag {
83    name: "subscriptions_changed_listener_thread"
84    namespace: "location"
85    description: "Flag for running onSubscriptionsChangedListener on FgThread"
86    bug: "332451908"
87    metadata {
88        purpose: PURPOSE_BUGFIX
89    }
90}
91
92flag {
93    name: "gnss_configuration_from_resource"
94    namespace: "location"
95    description: "Flag for GNSS configuration from resource"
96    bug: "317734846"
97}
98