From f1ea15f5f4336b459476991358ddc6a42b4ea0fc Mon Sep 17 00:00:00 2001 From: Adam Bookatz Date: Fri, 30 Sep 2022 15:18:42 +0000 Subject: [PATCH] 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) --- .../overlay/frameworks/base/core/res/res/values/config.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tangorpro/overlay/frameworks/base/core/res/res/values/config.xml b/tangorpro/overlay/frameworks/base/core/res/res/values/config.xml index 5a4bcab..87e04df 100644 --- a/tangorpro/overlay/frameworks/base/core/res/res/values/config.xml +++ b/tangorpro/overlay/frameworks/base/core/res/res/values/config.xml @@ -574,6 +574,9 @@ false + + false + true