summaryrefslogtreecommitdiff
path: root/location
diff options
context:
space:
mode:
authorqctecmdr <qctecmdr@localhost>2019-05-09 16:00:16 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2019-05-09 16:00:16 -0700
commitedf991e3b9d6be7da8b0e8afdfc4b5e0c88fed19 (patch)
treeed46521a9a33ebcb0972622405fa3c71f9550dd6 /location
parent331c6d98932dc4b339b92bee65679dd5315c6ec0 (diff)
parentb884edb7c8eac185fffc76bd5261d7b9dd06410d (diff)
downloadgps-edf991e3b9d6be7da8b0e8afdfc4b5e0c88fed19.tar.gz
Merge "Set yearOfHw to 2019 if Location Privacy feature is supported"
Diffstat (limited to 'location')
-rw-r--r--location/LocationDataTypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/location/LocationDataTypes.h b/location/LocationDataTypes.h
index ad85cd7..d6abda2 100644
--- a/location/LocationDataTypes.h
+++ b/location/LocationDataTypes.h
@@ -223,6 +223,8 @@ typedef enum {
LOCATION_CAPABILITIES_CONSTELLATION_ENABLEMENT_BIT = (1<<10),
// support agpm
LOCATION_CAPABILITIES_AGPM_BIT = (1<<11),
+ // support location privacy
+ LOCATION_CAPABILITIES_PRIVACY_BIT = (1<<12),
} LocationCapabilitiesBits;
typedef enum {