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.

Bug: 301072784
Change-Id: I3ca91a4ae4c10db0db88415461a84586810c5a78
Test: Build Passed.
This commit is contained in:
Willy Hu 2023-09-20 02:53:10 +00:00
parent d5150ed3e1
commit 46dd0a44e0

View file

@ -226,4 +226,8 @@
<dimen name="status_bar_height_default">52dp</dimen> <dimen name="status_bar_height_default">52dp</dimen>
<dimen name="status_bar_height_portrait">52dp</dimen> <dimen name="status_bar_height_portrait">52dp</dimen>
<dimen name="status_bar_height_landscape">52dp</dimen> <dimen name="status_bar_height_landscape">52dp</dimen>
<!-- 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>