ak3: udfps: auth_touch_filter: disable data collection
Bug: 303400748 Test: manual Change-Id: I59690bf63d3b34282201db91d5ac7d0f6994de2c
This commit is contained in:
parent
c14aa1f57b
commit
544ec0fee0
1 changed files with 2 additions and 1 deletions
|
@ -309,7 +309,8 @@ PRODUCT_VENDOR_PROPERTIES += \
|
|||
# Fingerprint Auth Filter
|
||||
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
persist.vendor.udfps.auth_filter.log_all_coverages=true
|
||||
persist.vendor.udfps.auth_filter.log_all_coverages=true \
|
||||
persist.vendor.udfps.auth_filter.data_collection_enabled=false
|
||||
endif
|
||||
|
||||
# OIS with system imu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue