blob: 80256af570c81332146c0ccb04a22564ddae876b [file] [log] [blame]
Bill Yia4657f92019-01-19 00:20:20 -08001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3/*
4** Copyright 2015, The Android Open Source Project
5**
6** Licensed under the Apache License, Version 2.0 (the "License");
7** you may not use this file except in compliance with the License.
8** You may obtain a copy of the License at
9**
10** http://www.apache.org/licenses/LICENSE-2.0
11**
12** Unless required by applicable law or agreed to in writing, software
13** distributed under the License is distributed on an "AS IS" BASIS,
14** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15** See the License for the specific language governing permissions and
16** limitations under the License.
17*/
18 -->
19
20<!-- Resources to configure car service based on each OEM's preference. -->
21
22<resources xmlns:android="http://schemas.android.com/apk/res/android"
23 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
Bill Yi72129562019-01-29 19:27:39 -080024 <string name="inputService" msgid="3911088558664251138">"android.car.input.service/.DefaultInputService"</string>
25 <string name="instrumentClusterRendererService" msgid="2610429499504752025">"android.car.cluster.loggingrenderer/.LoggingClusterRenderingService"</string>
26 <string name="activityBlockingActivity" msgid="1307583481022873450">"com.android.car/com.android.car.pm.ActivityBlockingActivity"</string>
Bill Yi4485a0f2019-04-08 08:41:59 -070027 <string name="activityWhitelist" msgid="1814434236909655273"></string>
28 <string name="systemActivityWhitelist" msgid="1027457780545793775">"com.android.systemui,com.google.android.packageinstaller/com.android.packageinstaller.permission.ui.GrantPermissionsActivity,android/com.android.internal.app.ResolverActivity"</string>
Bill Yia4657f92019-01-19 00:20:20 -080029 <string name="activityBlacklist" msgid="4824386090073724380"></string>
30 <string-array name="allowedAppInstallSources">
31 </string-array>
32 <string name="defaultHomeActivity" msgid="5991064545193106309"></string>
Bill Yi72129562019-01-29 19:27:39 -080033 <string name="activityHandlerForFlashWearChanges" msgid="8628535766919400479">"com.google.android.car.defaultstoragemonitoringcompanionapp/.MainActivity"</string>
34 <string name="intentReceiverForUnacceptableIoMetrics" msgid="4017502061746918341">"com.google.android.car.defaultstoragemonitoringcompanionapp/.ExcessiveIoIntentReceiver"</string>
Bill Yia4657f92019-01-19 00:20:20 -080035</resources>