Home | History | Annotate | Download | only in values
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!--
      3 /*
      4 ** Copyright 2016, The Android Open Source Project
      5 **
      6 ** Licensed under the Apache License, Version 2.0 (the "License");
      7 ** you may not use this file except in compliance with the License.
      8 ** You may obtain a copy of the License at
      9 **
     10 **     http://www.apache.org/licenses/LICENSE-2.0
     11 **
     12 ** Unless required by applicable law or agreed to in writing, software
     13 ** distributed under the License is distributed on an "AS IS" BASIS,
     14 ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     15 ** See the License for the specific language governing permissions and
     16 ** limitations under the License.
     17 */
     18 -->
     19 <resources>
     20     <!-- Configuration for automotive -->
     21     <bool name="enable_pbap_pce_profile">false</bool>
     22 
     23     <!-- Default data warning level in mb -->
     24     <integer name="default_data_warning_level_mb">2048</integer>
     25 
     26     <!-- Whether to send a custom package name with the PSD. translatable="false"-->
     27     <bool name="config_sendPackageName">true</bool>
     28 
     29     <!-- Name for the set of keys associating package names -->
     30     <string name="config_helpPackageNameKey" translatable="false"></string>
     31 
     32     <!-- Name for the set of values of package names -->
     33     <string name="config_helpPackageNameValue" translatable="false"></string>
     34 
     35     <!-- Intent key for the package name keys -->
     36     <string name="config_helpIntentExtraKey" translatable="false"></string>
     37 
     38     <!-- Intent key for package name values -->
     39     <string name="config_helpIntentNameKey" translatable="false"></string>
     40 </resources>
     41