1<?xml version="1.0" encoding="utf-8"?> 2<!-- Copyright (C) 2007 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<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 18 19 <!-- If false, MIN is displayed. If true, MSID is displayed. --> 20 <bool name="config_msid_enable" translatable="false">false</bool> 21 22 <string name="additional_system_update" translatable="false"></string> 23 <string name="additional_system_update_menu" translatable="false"></string> 24 25 <!-- TODO: This is purely enforced by the interface, and does not affect what 26 strings may be inserted into the actual content provider. 27 With the addition of shortcuts, it seems more likely that users will 28 find this limiting; it would be good to have the interface work with 29 very long strings too. --> 30 <integer name="maximum_user_dictionary_word_length" translatable="false">48</integer> 31 32 <!-- Dashboard number of columns --> 33 <integer name="dashboard_num_columns">1</integer> 34 35 <!-- Carrier_enabled editable --> 36 <bool name="config_allow_edit_carrier_enabled" translatable="false">false</bool> 37 38 <!-- The duration (in milliseconds) of activity transitions --> 39 <integer name="setup_wizard_transition_duration">300</integer> 40</resources> 41