Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 795c077b authored by Aswin Sankar's avatar Aswin Sankar
Browse files

Introduce new resource overlay for Virtual DSDA

- "Virtual DSDA" functionality is planned for P22+ on Android U.
- New flag "virtual_dsda_enabled" denotes support for in-call IMS connectivity
 on both subs with just single active logical modem / data line.

Bug: 249857869
Test: Live test for incoming call reception on 2nd sub. New UTs:
TelephonyConnectionServiceTest#testSecondCallDifferentSubWontDisconnectForDsdaDevice()
TelephonyConnectionServiceTest#testDontDisconnectDifferentSubForDsdaDevice()

Change-Id: I42dc44afe17546deabdae303c4a48892dc5d5e8c
parent 5a3bf4a7
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -130,4 +130,9 @@
         true, routing from the android emergency number database will be ignored. -->
         true, routing from the android emergency number database will be ignored. -->
    <bool name="ignore_emergency_number_routing_from_db">false</bool>
    <bool name="ignore_emergency_number_routing_from_db">false</bool>
    <java-symbol type="bool" name="ignore_emergency_number_routing_from_db" />
    <java-symbol type="bool" name="ignore_emergency_number_routing_from_db" />

    <!-- Whether "Virtual DSDA", i.e. in-call IMS connectivity can be provided on both subs with
         only single logical modem, by using its data connection in addition to cellular IMS. -->
    <bool name="config_enable_virtual_dsda">false</bool>
    <java-symbol type="bool" name="config_enable_virtual_dsda" />
</resources>
</resources>