Mark that device is not voice capable

"Voice" capable means that the device supports phone calls over the telephony network. So for this device, this should be false.

The impetus for this is that with voice capability defaulting to true, the Multiuser pannel asks the owner whether secondary users should be allowed to make phone calls/sms, which is inapplicable. Changing the value to false should get rid of this option.

Bug: 248440908
Change-Id: If5249bc943c96f88c2ddd26880fe0626bb53592e
Test: manual
(cherry picked from commit 699275b04d85dde5645034cdeca19207b0bde632)
This commit is contained in:
Adam Bookatz 2022-09-30 15:18:42 +00:00 committed by Roger Liao
parent 5b22bbb049
commit f1ea15f5f4

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>