Add SMMA Feature to device overlay config

- Adding SMMA feature in device config
- Bug: b/240883268

Test: Tested if RP-SMMA is sent based on this config in pixel
Change-Id: Ice5bd1052fd6b905d3a31673b75e50a34d62b75a
This commit is contained in:
Megha Patil
2022-10-19 12:59:15 +00:00
parent 3e42e7840e
commit ed43afffc5
2 changed files with 6 additions and 0 deletions

View File

@@ -3442,6 +3442,11 @@
phone object irrespective of this config -->
<bool name="config_switch_phone_on_voice_reg_state_change">true</bool>
<!-- Config determines whether Memory Availability Notification is supported over Ims so that
the RP-SMMA Notification is sent over Ims to SMS Service center indicating that UE can now
start receiving SMS after failures due to Memory Full event -->
<bool name="config_smma_notification_supported_over_ims">false</bool>
<bool name="config_sms_force_7bit_encoding">false</bool>
<!-- Number of physical SIM slots on the device. This includes both eSIM and pSIM slots, and

View File

@@ -2816,6 +2816,7 @@
<java-symbol type="bool" name="config_switch_phone_on_voice_reg_state_change" />
<java-symbol type="string" name="whichHomeApplicationNamed" />
<java-symbol type="string" name="whichHomeApplicationLabel" />
<java-symbol type="bool" name="config_smma_notification_supported_over_ims" />
<java-symbol type="bool" name="config_sms_force_7bit_encoding" />
<java-symbol type="bool" name="config_defaultWindowFeatureOptionsPanel" />
<java-symbol type="bool" name="config_defaultWindowFeatureContextMenu" />