Merge "Set audio haptic channel amplitude limit" into udc-dev am: ddad2dc47d
Original change: https://googleplex-android-review.googlesource.com/c/device/google/shusky/+/21695282 Change-Id: I9775ce1307a0e3d5ecb46a81ecc58d377c94ae90 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
7a46f2a88b
3 changed files with 8 additions and 0 deletions
|
@ -281,4 +281,7 @@
|
||||||
<string name="config_mms_user_agent" translatable="false">g1mnw</string>
|
<string name="config_mms_user_agent" translatable="false">g1mnw</string>
|
||||||
<!-- MMS user agent profile url -->
|
<!-- MMS user agent profile url -->
|
||||||
<string name="config_mms_user_agent_profile_url" translatable="false">http://www.gstatic.com/android/sms/G1MNW.xml</string>
|
<string name="config_mms_user_agent_profile_url" translatable="false">http://www.gstatic.com/android/sms/G1MNW.xml</string>
|
||||||
|
|
||||||
|
<!-- The max vibration strength allowed in audio haptic channels. -->
|
||||||
|
<item name="config_hapticChannelMaxVibrationAmplitude" format="float" type="dimen">0.335</item>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -231,4 +231,6 @@
|
||||||
<item>283</item>
|
<item>283</item>
|
||||||
</integer-array>
|
</integer-array>
|
||||||
|
|
||||||
|
<!-- The max vibration strength allowed in audio haptic channels. -->
|
||||||
|
<item name="config_hapticChannelMaxVibrationAmplitude" format="float" type="dimen">0.335</item>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -267,4 +267,7 @@
|
||||||
<string name="config_mms_user_agent" translatable="false">gkws6</string>
|
<string name="config_mms_user_agent" translatable="false">gkws6</string>
|
||||||
<!-- MMS user agent profile url -->
|
<!-- MMS user agent profile url -->
|
||||||
<string name="config_mms_user_agent_profile_url" translatable="false">http://www.gstatic.com/android/sms/GKWS6.xml</string>
|
<string name="config_mms_user_agent_profile_url" translatable="false">http://www.gstatic.com/android/sms/GKWS6.xml</string>
|
||||||
|
|
||||||
|
<!-- The max vibration strength allowed in audio haptic channels. -->
|
||||||
|
<item name="config_hapticChannelMaxVibrationAmplitude" format="float" type="dimen">0.335</item>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue