| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| ~ Copyright (C) 2019 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"> |
| <!-- These values must be modified for the connected device lib to function properly.--> |
| <string name="car_service_uuid" translatable="false">00000000-0000-0000-0000-000000000000</string> |
| <string name="car_association_service_uuid" translatable="false">00000000-0000-0000-0000-000000000000</string> |
| <string name="car_reconnect_service_uuid" translatable="false">00000000-0000-0000-0000-000000000000</string> |
| <string name="car_reconnect_data_uuid" translatable="false">00000000-0000-0000-0000-000000000000</string> |
| <string name="car_bg_mask" translatable="false">00000000000000000000000000000000</string> |
| |
| <string name="car_secure_read_uuid" translatable="false">5e2a68a6-27be-43f9-8d1e-4546976fabd7</string> |
| <string name="car_secure_write_uuid" translatable="false">5e2a68a5-27be-43f9-8d1e-4546976fabd7</string> |
| |
| <string name="connected_device_shared_preferences" translatable="false">com.android.car.connecteddevice</string> |
| |
| <!-- |
| This value must be between 23 and 185. 23 is the default MTU size for Android, and 185 is |
| the max MTU size supported for iOS. Verify your device and target companion devices support a |
| larger MTU prior to modifying. |
| --> |
| <integer name="car_default_mtu_size">23</integer> |
| </resources> |