klte: Move low latency config to device
Change-Id: I7ea180530145349bec796fb7ed02978abf957ef8
This commit is contained in:
parent
678f8d91e7
commit
cc2657a92d
2 changed files with 2 additions and 0 deletions
1
klte.mk
1
klte.mk
|
@ -39,6 +39,7 @@ $(call inherit-product-if-exists, frameworks/native/build/phone-xxhdpi-2048-hwui
|
|||
|
||||
# Permissions
|
||||
PRODUCT_COPY_FILES += \
|
||||
frameworks/native/data/etc/android.hardware.audio.low_latency.xml:system/etc/permissions/android.hardware.audio.low_latency.xml \
|
||||
frameworks/native/data/etc/android.hardware.consumerir.xml:system/etc/permissions/android.hardware.consumerir.xml \
|
||||
frameworks/native/data/etc/android.hardware.nfc.xml:system/etc/permissions/android.hardware.nfc.xml \
|
||||
frameworks/native/data/etc/android.hardware.nfc.hce.xml:system/etc/permissions/android.hardware.nfc.hce.xml \
|
||||
|
|
|
@ -4,6 +4,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||
|
||||
# Audio
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
af.fast_track_multiplier=1 \
|
||||
av.offload.enable=false \
|
||||
persist.audio.fluence.speaker=true \
|
||||
persist.audio.fluence.voicecall=true \
|
||||
|
|
Loading…
Reference in a new issue