summaryrefslogtreecommitdiffstats
path: root/overlay/packages/apps/Phone/res/values/config.xml
blob: 69d82c1a2089afe2a6ec29b7dbc22961445a07d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2009 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->

<!-- Crespo-specific phone app resources. -->
<resources>

    <!-- Enable the onscreen touch UI for all states of the in-call UI. -->
    <bool name="allow_incoming_call_touch_ui">true</bool>
    <bool name="allow_in_call_touch_ui">true</bool>

    <!-- This is a device with capacitive buttons, so disable the feature
         where BACK rejects the current incoming call.  (Since it's so
         easy to press the key accidentally as you pull the phone out of
         your pocket.) -->
    <bool name="allow_back_key_to_reject_incoming_call">false</bool>

    <!-- Enable the onscreen "Dial" button in the emergency dialer. -->
    <bool name="config_show_onscreen_dial_button">true</bool>

    <!-- This device implements a noise suppression device for in call audio-->
    <bool name="has_in_call_noise_suppression">true</bool>

</resources>