<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright (C) 2025 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>
    <!-- List of paths to serial ports that are available to the serial manager,
         for example, /dev/ttyUSB0
    -->
    <string-array translatable="false" name="config_serialPorts">
    </string-array>

    <!-- List of vid:pid to USB serial ports that are blocked from being available to the serial
         manager, for example, 18d1:4ee7
    -->
    <string-array translatable="false" name="config_blockedUsbSerialIds">
    </string-array>

    <!-- Component name of the activity that shows the request for access to a serial port. -->
    <string translatable="false" name="config_portAccessDialogComponent"
        >com.android.systemui/com.android.serial.accessdialog.AccessDialogActivity</string>
</resources>

