Merge "Apply new IA requirement" into udc-qpr-dev am: 5eb51e7db8

Original change: https://googleplex-android-review.googlesource.com/c/device/google/comet/+/24800581

Change-Id: Ie155dfceae9c51da2e518b6bb54b4f2303a1d887
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot 2023-09-21 01:40:44 +00:00 committed by Automerger Merge Worker
commit f9aa742086

View file

@ -20,4 +20,8 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- The max vibration strength allowed in audio haptic channels. --> <!-- The max vibration strength allowed in audio haptic channels. -->
<item name="config_hapticChannelMaxVibrationAmplitude" format="float" type="dimen">0.335</item> <item name="config_hapticChannelMaxVibrationAmplitude" format="float" type="dimen">0.335</item>
<!-- Boolean indicating whether allow sending null to modem to clear the previous initial attach
data profile -->
<bool name="allow_clear_initial_attach_data_profile">true</bool>
</resources> </resources>