mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-27 19:18:35 +00:00
[T6pro] Changing the volume steps from 25 to 20.
Bug: 257544762 Test: Confirmed 20 steps from mute to max with a test build. Change-Id: I1a3e27406f87fd34bc981b6706027f201f5d82a9
This commit is contained in:
@@ -1069,11 +1069,19 @@ $(call soong_config_set,aoc,target_product,$(TARGET_PRODUCT))
|
||||
|
||||
#
|
||||
## Audio properties
|
||||
ifneq (,$(filter $(TANGOR_PRODUCT), $(TARGET_PRODUCT)))
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.config.vc_call_vol_steps=7 \
|
||||
ro.config.media_vol_steps=20 \
|
||||
ro.audio.monitorRotation = true \
|
||||
ro.audio.offload_wakelock=false
|
||||
else
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.config.vc_call_vol_steps=7 \
|
||||
ro.config.media_vol_steps=25 \
|
||||
ro.audio.monitorRotation = true \
|
||||
ro.audio.offload_wakelock=false
|
||||
endif
|
||||
|
||||
# vndservicemanager and vndservice no longer included in API 30+, however needed by vendor code.
|
||||
# See b/148807371 for reference
|
||||
|
||||
Reference in New Issue
Block a user