blob: df028025808857098f96553d3a5f04364e979842 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" ?>
<!--
~ Copyright (C) 2021 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>
<!-- A list of package names that provide the cards to display on the home screen -->
<string-array name="config_homeCardModuleClasses" translatable="false">
<item>com.android.car.carlauncher.homescreen.audio.AudioCard</item>
</string-array>
<string-array name="config_foregroundDAComponents" translatable="false">
<item>com.android.car.carlauncher/.AppGridActivity</item>
<item>com.android.car.notification/.CarNotificationCenterActivity</item>
</string-array>
<string-array name="config_ignoreOpeningForegroundDA" translatable="false">
<item>com.android.car.carlauncher/.CarLauncher</item>
<item>com.android.car.carlauncher/.ControlBarActivity</item>
<item>com.android.car.settings/.FallbackHome</item>
<item>com.google.android.gms/.auth.uiflows.common.UnpackingRedirectActivity</item>
<item>com.google.android.gms/.auth.auto.SignInMethodActivity</item>
<item>com.google.android.gms/.auth.uiflows.minutemaid.MinuteMaidActivity</item>
<item>android.car.cluster/android.car.cluster.FakeFreeNavigationActivity</item>
<item>android.car.cluster/android.car.cluster.MainClusterActivity</item>
<item>android.car.usb.handler/android.car.usb.handler.UsbHostManagementActivity</item>
<item>android.car.usb.handler/.UsbHostManagementActivity</item>
<item>com.google.android.car.setupwizard/.CarSetupWizardActivity</item>
<item>com.google.android.car.setupwizard/.libs.uicommon.PlaceholderActivity</item>
</string-array>
<!-- TODO(b/202413464): Move GAS components to the separate RRO. -->
<!-- The ComponentName of Assistant VoicePlate Activity, the Activity will be placed in
VoicePlate TDA -->
<string name="config_assistantVoicePlateActivity" translatable="false">
com.google.android.carassistant/com.google.android.libraries.assistant.auto.tng.assistant.ui.activity.AutoAssistantActivity
</string>
</resources>