Home | History | Annotate | Download | only in values
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!--
      3   ~ Copyright (C) 2017 The Android Open Source Project
      4   ~
      5   ~ Licensed under the Apache License, Version 2.0 (the "License");
      6   ~ you may not use this file except in compliance with the License.
      7   ~ You may obtain a copy of the License at
      8   ~
      9   ~      http://www.apache.org/licenses/LICENSE-2.0
     10   ~
     11   ~ Unless required by applicable law or agreed to in writing, software
     12   ~ distributed under the License is distributed on an "AS IS" BASIS,
     13   ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     14   ~ See the License for the specific language governing permissions and
     15   ~ limitations under the License
     16   -->
     17 
     18 <resources>
     19   <!-- Flag to control if HD codec is supported by Sprint. -->
     20   <bool name="motorola_sprint_hd_codec">false</bool>
     21 
     22   <!-- Hidden menu configuration for Motorola. -->
     23   <!-- This defines the specific key sequence that will be caught in the SpecialCharSequenceMgr
     24        such as, ##OMADM# -->
     25   <string-array name="motorola_hidden_menu_key_sequence">
     26   </string-array>
     27 
     28   <string name="motorola_hidden_menu_intent"></string>
     29 
     30   <!-- This defines the intents that will be send out when the key sequence is matched, this must be
     31        in the same order with he KeySequence array. -->
     32   <string-array name="motorola_hidden_menu_key_sequence_intents">
     33   </string-array>
     34 
     35   <!-- This defines the specific key patterns that will be caught in the SpecialCharSequenceMgr
     36        such as, ##[0-9]{3,7}# -->
     37   <string-array name="motorola_hidden_menu_key_pattern">
     38   </string-array>
     39 
     40   <!-- This defines the intents that will be send out when the key sequence is matched, this must be
     41        in the same order with he KeyPattern array. -->
     42   <string-array name="motorola_hidden_menu_key_pattern_intents">
     43   </string-array>
     44 
     45   <!-- This defines the provider names for cequint callerid applications
     46        used for different carriers-->
     47   <string-array name="cequint_providers">
     48     <item>com.cequint.ecid</item>
     49   </string-array>
     50 </resources>
     51