<!--
  ~ Copyright (C) 2024 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.
  -->

<!--Robolectric test Resources-->
<resources>

    <!-- Service information to get screen mirroring information -->
    <string name="config_msg_mirroring_service_pkg_name" translatable="false">
        com.android.car.mirroring.test
    </string>
    <string name="config_msg_mirroring_service_class_name" translatable="false">
        com.android.car.mirroring.test.ServiceClassName
    </string>

    <integer name="config_msg_register_mirroring_pkg_code">1</integer>
    <integer name="config_msg_unregister_mirroring_pkg_code">2</integer>
    <integer name="config_msg_send_mirroring_pkg_code">3</integer>
    <string name="config_msg_mirroring_pkg_name_key" translatable="false">
        msg_mirroring_pkg_name_key
    </string>
    <string name="config_msg_mirroring_redirect_uri_key" translatable="false">
        msg_mirroring_redirect_uri_key
    </string>

    <!-- Launcher Apps to hide -->
    <string-array name="hidden_apps" />

</resources>
