blob: d82a79ec5c52bd6cd9a427af5b7efe65abe10502 [file] [log] [blame]
Priyank Singh8b0639e2021-05-24 14:15:11 -07001<?xml version="1.0" encoding="UTF-8" ?>
2<!--
3 ~ Copyright (C) 2021 The Android Open Source Project
4 ~
5 ~ Licensed under the Apache License, Version 2.0 (the "License");
6 ~ you may not use this file except in compliance with the License.
7 ~ You may obtain a copy of the License at
8 ~
9 ~ http://www.apache.org/licenses/LICENSE-2.0
10 ~
11 ~ Unless required by applicable law or agreed to in writing, software
12 ~ distributed under the License is distributed on an "AS IS" BASIS,
13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 ~ See the License for the specific language governing permissions and
15 ~ limitations under the License.
16 -->
17
18<resources>
19 <!-- A list of package names that provide the cards to display on the home screen -->
20 <string-array name="config_homeCardModuleClasses" translatable="false">
21 <item>com.android.car.carlauncher.homescreen.audio.AudioCard</item>
22 </string-array>
23
Julia Kawano093db7e2021-09-08 15:35:55 -100024 <string-array name="config_foregroundDAComponents" translatable="false">
25 <item>com.android.car.carlauncher/.AppGridActivity</item>
26 <item>com.android.car.notification/.CarNotificationCenterActivity</item>
27 </string-array>
priyank6283eb12021-10-05 11:51:13 -070028
29 <string-array name="config_ignoreOpeningForegroundDA" translatable="false">
30 <item>com.android.car.carlauncher/.CarLauncher</item>
31 <item>com.android.car.carlauncher/.ControlBarActivity</item>
32 <item>com.android.car.settings/.FallbackHome</item>
33 <item>com.google.android.gms/.auth.uiflows.common.UnpackingRedirectActivity</item>
34 <item>com.google.android.gms/.auth.auto.SignInMethodActivity</item>
35 <item>com.google.android.gms/.auth.uiflows.minutemaid.MinuteMaidActivity</item>
36 </string-array>
Yuncheol Heoede7c762021-10-06 13:28:37 -070037
38 <!-- TODO(b/202413464): Move GAS components to the separate RRO. -->
39 <!-- The ComponentName of Assistant VoicePlate Activity, the Activity will be placed in
40 VoicePlate TDA -->
41 <string name="config_assistantVoicePlateActivity" translatable="false">
42 com.google.android.carassistant/com.google.android.apps.gsa.binaries.auto.app.voiceplate.VoicePlateActivity
43 </string>
Priyank Singh8b0639e2021-05-24 14:15:11 -070044</resources>