summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jack Yu <jackyu@google.com> 2025-01-30 19:05:44 -0800
committer Jack Yu <jackyu@google.com> 2025-01-30 19:05:44 -0800
commit9c5687a1a2e38331eef1aba34354b84d07cabe71 (patch)
tree783a50f5c1072f8f890412fba999d7fb31fc0771
parent26e656a3fe4e77a99f7ea67a665609bd88cf51f2 (diff)
Added unsupported network capabilities
Allow OEMs to remove network capabilities that the device does not support through resource overaly. Fix: 354869452 Test: atest TelephonyNetworkProviderTes Flag: EXEMPT bug fix Change-Id: I358f5b871517f8744f0a978a26f64b2c3f47acdd
-rw-r--r--core/res/res/values/config_telephony.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/res/res/values/config_telephony.xml b/core/res/res/values/config_telephony.xml
index 965c69d16d79..f2ec56c69374 100644
--- a/core/res/res/values/config_telephony.xml
+++ b/core/res/res/values/config_telephony.xml
@@ -512,4 +512,9 @@
</integer-array>
<java-symbol type="array" name="config_verizon_satellite_enabled_tagids" />
+ <!-- Telephony config for un-supported network capabilities in string array
+ format. Refer to getNetworkCapabilityFromString() in DataUtils.java for available
+ capabilities. -->
+ <string-array name="config_unsupported_network_capabilities" translatable="false"></string-array>
+ <java-symbol type="array" name="config_unsupported_network_capabilities" />
</resources>