Merge "Mark that device is not voice capable" into tm-qpr-dev

This commit is contained in:
TreeHugger Robot 2022-12-10 01:49:54 +00:00 committed by Android (Google) Code Review
commit d8ffc64faf

View file

@ -574,6 +574,9 @@
<!-- This device does not allow sms service. -->
<bool name="config_sms_capable">false</bool>
<!-- This device is not "voice capable". -->
<bool name="config_voice_capable">false</bool>
<!-- This device is a wifi only tablet which does not support WEA.
It should not receive CB messages. -->
<bool name="config_disable_all_cb_messages">true</bool>