diff --git a/device.mk b/device.mk index b1855c16..67829a45 100644 --- a/device.mk +++ b/device.mk @@ -127,6 +127,10 @@ PRODUCT_PRODUCT_PROPERTIES += \ PRODUCT_PROPERTY_OVERRIDES += \ persist.vendor.radio.config.carrier_config_dir=/mnt/vendor/modem_img/images/default/confpack +# Hearing Aid Audio Support Using Bluetooth LE +PRODUCT_PRODUCT_PROPERTIES += \ + bluetooth.profile.asha.central=true + PRODUCT_PROPERTY_OVERRIDES += \ telephony.active_modems.max_count=2 diff --git a/fingerprint/fpc1540/sw35/fingerprint_aidl_config.mk b/fingerprint/fpc1540/sw35/fingerprint_aidl_config.mk index 2a1193e8..1880f604 100644 --- a/fingerprint/fpc1540/sw35/fingerprint_aidl_config.mk +++ b/fingerprint/fpc1540/sw35/fingerprint_aidl_config.mk @@ -21,3 +21,6 @@ GOOGLE_CONFIG_PERFORMANCE=1 # Enable Suez $(call soong_config_set,fp_hal_feature,biometric_suez_support,true) + +# Must add below method to each project's device.mk to show sensorLocation +#$(call soong_config_set,fp_hal_feature,pixel_product, project_XX) diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 31b59d74..2ab8e4e4 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -34,12 +34,6 @@ 4 - - true - - - true - true diff --git a/powerhint.json b/powerhint.json index d390d614..07189e4c 100644 --- a/powerhint.json +++ b/powerhint.json @@ -151,7 +151,6 @@ "107", "42" ], - "DefaultIndex": 1, "ResetOnInit": true }, { @@ -1225,7 +1224,7 @@ "PowerHint": "BOOST_60HZ", "Node": "TAUClampBoost", "Duration": 200, - "Value": "43" + "Value": "108" }, { "PowerHint": "REFRESH_120FPS",