summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWeilun Du <wdu@google.com>2024-04-01 15:14:12 -0400
committerWeilun Du <wdu@google.com>2024-04-01 15:14:12 -0400
commit57056589a2ec06d79a5ababb1b24779aafb19495 (patch)
tree3d6abdc2a204850cae7922a44483fd1f30980be3
parent49a4b7683b49a336388310f66ceff4c3e2b49545 (diff)
downloadgoldfish-57056589a2ec06d79a5ababb1b24779aafb19495.tar.gz
Add android.hardware.telephony.messaging feature
TEST: atest CtsTelephonyTestCases BUG: 329896654 Change-Id: I777bf82fdd006bae82f6fd4767e3e46bcadf5249 Signed-off-by: Weilun Du <wdu@google.com>
-rw-r--r--data/etc/handheld_core_hardware.xml1
-rw-r--r--pc/data/etc/pc.xml1
-rw-r--r--slim/data/etc/slim_handheld_core_hardware.xml1
3 files changed, 3 insertions, 0 deletions
diff --git a/data/etc/handheld_core_hardware.xml b/data/etc/handheld_core_hardware.xml
index 5c2227fd..3847bfc8 100644
--- a/data/etc/handheld_core_hardware.xml
+++ b/data/etc/handheld_core_hardware.xml
@@ -56,6 +56,7 @@
<feature name="android.hardware.telephony.calling" />
<feature name="android.hardware.telephony.data" />
<feature name="android.hardware.telephony.gsm" />
+ <feature name="android.hardware.telephony.messaging" />
<feature name="android.hardware.telephony.ims" />
<feature name="android.hardware.telephony.radio.access" />
<feature name="android.hardware.telephony.subscription" />
diff --git a/pc/data/etc/pc.xml b/pc/data/etc/pc.xml
index f98acb58..15b4b2b6 100644
--- a/pc/data/etc/pc.xml
+++ b/pc/data/etc/pc.xml
@@ -31,6 +31,7 @@
<unavailable-feature name="android.hardware.telephony" />
<unavailable-feature name="android.hardware.telephony.data" />
<unavailable-feature name="android.hardware.telephony.gsm" />
+ <unavailable-feature name="android.hardware.telephony.messaging" />
<unavailable-feature name="android.hardware.telephony.ims" />
<unavailable-feature name="android.hardware.telephony.radio.access" />
<unavailable-feature name="android.hardware.telephony.subscription" />
diff --git a/slim/data/etc/slim_handheld_core_hardware.xml b/slim/data/etc/slim_handheld_core_hardware.xml
index 1be53c11..23a6cdf1 100644
--- a/slim/data/etc/slim_handheld_core_hardware.xml
+++ b/slim/data/etc/slim_handheld_core_hardware.xml
@@ -48,6 +48,7 @@ This file should be almost identical to device/generic/goldfish/data/etc/handhel
<feature name="android.hardware.telephony.calling" />
<feature name="android.hardware.telephony.data" />
<feature name="android.hardware.telephony.gsm" />
+ <feature name="android.hardware.telephony.messaging" />
<feature name="android.hardware.telephony.ims" />
<feature name="android.hardware.telephony.radio.access" />
<feature name="android.hardware.telephony.subscription" />