Merge "[T6pro] Updating the volume table for the assistant." into udc-dev am: 66af083b6e
am: abe8b4b6a9
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/23174923 Change-Id: Ic0bb367825804b28d4416c2996c218f5d1c464fa Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
18c7dc8b57
2 changed files with 8 additions and 4 deletions
|
@ -193,10 +193,10 @@ volume index from 0 to 100.
|
|||
<volume stream="AUDIO_STREAM_ASSISTANT" deviceCategory="DEVICE_CATEGORY_HEADSET"
|
||||
ref="DEFAULT_MEDIA_VOLUME_CURVE"/>
|
||||
<volume stream="AUDIO_STREAM_ASSISTANT" deviceCategory="DEVICE_CATEGORY_SPEAKER">
|
||||
<point>1,-4300</point>
|
||||
<point>20,-4200</point>
|
||||
<point>60,-3000</point>
|
||||
<point>100,-1200</point>
|
||||
<point>0,-4700</point>
|
||||
<point>20,-3800</point>
|
||||
<point>60,-2400</point>
|
||||
<point>100,-800</point>
|
||||
</volume>
|
||||
<volume stream="AUDIO_STREAM_ASSISTANT" deviceCategory="DEVICE_CATEGORY_EARPIECE"
|
||||
ref="DEFAULT_MEDIA_VOLUME_CURVE"/>
|
||||
|
|
|
@ -151,6 +151,10 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||
# Set ro.crypto.metadata_init_delete_all_keys.enabled to false to unblock boot
|
||||
PRODUCT_PROPERTY_OVERRIDES += ro.crypto.metadata_init_delete_all_keys.enabled=false
|
||||
|
||||
# Assistant minimum volume
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.config.assistant_vol_min=1
|
||||
|
||||
# Temporary override to synchronise changes in pa/ and ag/. See b/246793311 for context.
|
||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.primary_display_orientation=ORIENTATION_0
|
||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += debug.sf.ignore_hwc_physical_display_orientation=true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue