Apply new IA requirement

See b/227579876, for P23 and later, we can send null initial attach data profile to modem to clear any previoud data profiles.

Flag: NONE flag cannot add in xml table
Bug: 350995961
Change-Id: I87169a482abe339158e1fa1a25adea74ad22760d
Test: Build pass.
This commit is contained in:
Willy Hu 2024-07-03 18:32:36 +00:00
parent 3ecc0492b5
commit 7cf1212fa0

View file

@ -221,4 +221,7 @@
<string name="config_mms_user_agent" translatable="false">g9qxm</string> <string name="config_mms_user_agent" translatable="false">g9qxm</string>
<!-- MMS user agent profile url --> <!-- MMS user agent profile url -->
<string name="config_mms_user_agent_profile_url" translatable="false">http://www.gstatic.com/android/sms/G9QXM.xml</string> <string name="config_mms_user_agent_profile_url" translatable="false">http://www.gstatic.com/android/sms/G9QXM.xml</string>
<!-- Boolean indicating whether allow sending null to modem to clear the previous initial attach
data profile -->
<bool name="allow_clear_initial_attach_data_profile">true</bool>
</resources> </resources>