blob: ba7924380b7d00633dc7cc69bcfed94d87cc0d10 [file] [log] [blame]
Bharath80ba1872021-08-21 11:53:57 +05301<?xml version="1.0" encoding="utf-8"?>
2<!--Copyright (c) 2012, The Linux Foundation. All rights reserved.
3
4 Not a Contribution, Apache license notifications and license are retained
5 for attribution purposes only.
6
7 Licensed under the Apache License, Version 2.0 (the "License"); you
8 may not use this file except in compliance with the License. You may
9 obtain a copy of the License at
10
11 http://www.apache.org/licenses/LICENSE-2.0
12
13 Unless required by applicable law or agreed to in writing, software
14 distributed under the License is distributed on an "AS IS" BASIS,
15 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
16 implied. See the License for the specific language governing
17 permissions and limitations under the License.
18-->
19
20<!-- Phone app resources that may need to be customized
21 for different hardware or product builds. -->
22<resources>
23 <!-- Determine whether calls to mute the microphone in PhoneUtils
24 are routed through the android.media.AudioManager class (true) or through
25 the com.android.internal.telephony.Phone interface (false). -->
26 <bool name="send_mic_mute_to_AudioManager">true</bool>
27
28 <!-- Flag indicating if the tty is enabled -->
29 <bool name="tty_enabled">true</bool>
30
31 <!-- Flag indicating if dtmf tone type is enabled -->
32 <bool name="dtmf_type_enabled">true</bool>
33
34 <!-- Determine whether we should show the "listen for instructions" screen after
35 successfully placing the OTA call -->
36 <integer name="OtaShowListeningScreen">1</integer>
37
38 <!-- If this is true, the SIM card (through Customer Service Profile EF file) will be
39 able to prevent manual operator selection. If false, this SIM setting will be
40 ignored and manual operator selection will always be available. See
41 CPHS4_2.WW6, CPHS B.4.7.1 for more information -->
42 <bool name="csp_enabled">true</bool>
43</resources>