blob: 13ae152e64c09a49e5e04218b77af7ddd7d2d650 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (C) 2020 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.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Platform values -->
<string name="car_association_service_uuid" translatable="false">5e2a68a4-27be-43f9-8d1e-4546976fabd7</string>
<!-- Services to start early in the single user (user 0). -->
<string-array name="early_single_user_services" translatable="false">
<item>com.google.android.companiondevicesupport/com.google.android.connecteddevice.trust.TrustedDeviceManagerService</item>
</string-array>
<!-- Services to start early in the foreground user. -->
<string-array name="early_fg_user_services" translatable="false">
<item>com.google.android.companiondevicesupport/com.google.android.connecteddevice.service.SppService</item>
</string-array>
<!-- Services to start in the foreground user once the user has been unlocked. -->
<string-array name="unlock_fg_user_services" translatable="false">
<item>com.google.android.companiondevicesupport/com.google.android.connecteddevice.calendarsync.CalendarSyncService</item>
<item>com.google.android.companiondevicesupport/com.google.android.connecteddevice.notificationmsg.NotificationMsgService</item>
<item>com.google.android.companiondevicesupport/com.google.android.connecteddevice.trust.TrustedDeviceUiDelegateService</item>
</string-array>
<!-- Supported OOB verification approaches. -->
<string-array name="supported_oob_channels" translatable="false">
<item>BT_RFCOMM</item>
<!-- The pass through OOB channel PRE_ASSOCIATION has to be the last one in the list. -->
<item>PRE_ASSOCIATION</item>
</string-array>
<!-- Supported transport protocols. -->
<string-array name="transport_protocols" translatable="false">
<item>ble_peripheral</item>
</string-array>
<bool name="enable_proxy">false</bool>
<bool name="enable_qr_code">false</bool>
<bool name="enable_passenger">false</bool>
</resources>