summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWeilun Du <wdu@google.com>2023-09-21 16:12:54 -0400
committerWeilun Du <wdu@google.com>2023-09-21 22:17:15 +0000
commit83d3e11a5546efe01e21ee4f23de14fef46a784b (patch)
treee9218248e854186696c70b4451b1911794366a05
parent44fc0dda8853b6963d0d0fef3459015f349d3703 (diff)
downloadgoldfish-83d3e11a5546efe01e21ee4f23de14fef46a784b.tar.gz
Add android.hardware.telephony.calling feature to emulator system image
The test testStartCallWithSpeakerphoneTrue_SpeakerphoneOnInCall will be skipped if TestUtils.hasTelephonyFeature returns false. The TestUtils.hasTelephonyFeature function checks if both FEATURE_TELEPHONY and FEATURE_TELEPHONY_CALLING are supported. BUG: 288141830 TEST: atest CtsTelecomHostCases Change-Id: Ic9ccf939c65a591369843962dc015e701cc6491f Signed-off-by: Weilun Du <wdu@google.com>
-rw-r--r--data/etc/handheld_core_hardware.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/etc/handheld_core_hardware.xml b/data/etc/handheld_core_hardware.xml
index ef206276..5c2227fd 100644
--- a/data/etc/handheld_core_hardware.xml
+++ b/data/etc/handheld_core_hardware.xml
@@ -53,6 +53,7 @@
<feature name="android.hardware.sensor.gyroscope" />
<feature name="android.hardware.sensor.hinge_angle" />
<feature name="android.hardware.telephony" />
+ <feature name="android.hardware.telephony.calling" />
<feature name="android.hardware.telephony.data" />
<feature name="android.hardware.telephony.gsm" />
<feature name="android.hardware.telephony.ims" />