blob: 6c6f2156fbd0f99ed81e04e549d292da78c7be71 [file] [log] [blame]
Yorke Leef98fb572014-03-05 10:56:55 -08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2014 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
17<!-- Telecomm resources that may need to be customized for different hardware or product
18 builds. -->
19<resources>
20 <!-- Determines if the current device should allow emergency numbers to be logged in the
21 call log. Some carriers require that emergency calls *not* be logged, presumably to
22 avoid the risk of accidental redialing from the call log UI.
23 The default is false. -->
24 <bool name="allow_emergency_numbers_in_call_log">false</bool>
Yorke Lee33501632014-03-17 19:24:12 -070025
Santos Cordon92a2d812014-04-30 15:19:01 -070026 <!-- Determine whether we want to play local DTMF tones in a call, or just let the radio/BP
27 handle playing of the tones. -->
28 <bool name="allow_local_dtmf_tones">true</bool>
29
Yorke Lee33501632014-03-17 19:24:12 -070030 <!-- Package name for the default in-call UI and dialer [DO NOT TRANSLATE] -->
31 <string name="ui_default_package" translatable="false">com.android.dialer</string>
32
Santos Cordonfdfcafa2014-06-26 14:49:05 -070033 <!-- Class name for the default in-call UI Service [DO NOT TRANSLATE] -->
34 <string name="incall_default_class" translatable="false">com.android.incallui.InCallServiceImpl</string>
35
Yorke Lee33501632014-03-17 19:24:12 -070036 <!-- Class name for the default main dialer activity [DO NOT TRANSLATE] -->
37 <string name="dialer_default_class" translatable="false">com.android.dialer.DialtactsActivity</string>
Sailesh Nepalb88795a2014-07-15 14:53:27 -070038
39 <!-- Flag indicating if the tty is enabled -->
40 <bool name="tty_enabled">false</bool>
Evan Charltonaf51ceb2014-07-30 11:56:36 -070041
42 <!-- ComponentName for the default connection manager component. If this cannot be resolved, or
43 if this package has not registered any accounts, then it will be ignored.
44 [DO NOT TRANSLATE] -->
45 <string name="default_connection_manager_component" translatable="false"></string>
Yorke Leef98fb572014-03-05 10:56:55 -080046</resources>