overlay: telephony: Enable RTT options found on MtkTeleService

Signed-off-by: Ido <dev.xyzuniverse@gmail.com>
This commit is contained in:
Mashopy
2025-07-23 02:58:19 +02:00
committed by Ido
parent ea849924b2
commit abafdebfcc
@@ -2,4 +2,11 @@
<resources>
<string name="config_ims_mmtel_package" translatable="false">com.mediatek.ims</string>
<string name="config_ims_rcs_package" translatable="false">com.android.service.ims</string>
<!-- Flag indicating whether the device supports RTT (real-time text) -->
<bool name="config_support_rtt">true</bool>
<!-- Whether the device supports dialing emergency RTT calls when there's no SIM card installed
-->
<bool name="config_support_simless_emergency_rtt">true</bool>
</resources>