mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_polaris
synced 2026-02-01 08:47:08 +00:00
This reverts commit ca41e1586b.
It leaks the IP, location and more to some 3rd party companies,
bla bla bla. Let's stop with all the whining.
Change-Id: I77a82306b21030056e30d43eda4e504963554309
21 lines
500 B
Makefile
21 lines
500 B
Makefile
# Camera
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
persist.camera.sat.fallback.dist=45 \
|
|
persist.camera.sat.fallback.dist.d=5 \
|
|
persist.camera.sat.fallback.luxindex=405 \
|
|
persist.camera.sat.fallback.lux.d=20
|
|
|
|
# Display density
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
ro.sf.lcd_density=440
|
|
|
|
# Fingerprint
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
ro.hardware.fp.fpc=true \
|
|
ro.hardware.fp.goodix=true
|
|
|
|
# NFC
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
ro.hardware.nfc_nci=nqx.default \
|
|
ro.se.type=HCE,UICC
|