mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_miatoll.git
synced 2025-08-05 08:14:10 +09:00
* Overlays were deprecated awhile ago for these. Change-Id: I51b70aa15f128186063ce52446cb67715a957185
36 lines
1.6 KiB
XML
36 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2022 The LineageOS Project
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<resources>
|
|
|
|
<!-- Determine whether we should show the "listen for instructions" screen after
|
|
successfully placing the OTA call -->
|
|
<integer name="OtaShowListeningScreen">1</integer>
|
|
|
|
<!-- Show Preferred Network Type options in No SIM case -->
|
|
<bool name="config_no_sim_display_network_modes">true</bool>
|
|
|
|
<!-- Flag indicating whether the device supports RTT (real-time text) -->
|
|
<bool name="config_support_rtt">true</bool>
|
|
|
|
<!-- Determine whether calls to mute the microphone in PhoneUtils
|
|
are routed through the android.media.AudioManager class (true) or through
|
|
the com.android.internal.telephony.Phone interface (false). -->
|
|
<bool name="send_mic_mute_to_AudioManager">true</bool>
|
|
|
|
<!-- String indicating the package name of the device GbaService implementation. -->
|
|
<string name="config_gba_package" translatable="false">com.qualcomm.qti.uimGbaApp</string>
|
|
|
|
<!-- String indicating the package name of the device ImsService implementation for MMTEL. -->
|
|
<string name="config_ims_mmtel_package" translatable="false">org.codeaurora.ims</string>
|
|
|
|
<!-- String indicating the package name of the device ImsService implementation for RCS. -->
|
|
<string name="config_ims_rcs_package" translatable="false">org.codeaurora.ims</string>
|
|
|
|
<!-- The package name for the platform number verification supplier app. -->
|
|
<string name="platform_number_verification_package" translatable="false">com.google.android.gms</string>
|
|
|
|
</resources>
|