1<?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"> 24 <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> 27 <string name="activityWhitelist" msgid="4479116456995751218">"com.android.systemui,com.google.android.packageinstaller/com.android.packageinstaller.permission.ui.GrantPermissionsActivity,android/com.android.internal.app.ResolverActivity"</string> 28 <string name="activityBlacklist" msgid="4824386090073724380"></string> 29 <string-array name="allowedAppInstallSources"> 30 </string-array> 31 <string name="defaultHomeActivity" msgid="5991064545193106309"></string> 32 <string name="activityHandlerForFlashWearChanges" msgid="8628535766919400479">"com.google.android.car.defaultstoragemonitoringcompanionapp/.MainActivity"</string> 33 <string name="intentReceiverForUnacceptableIoMetrics" msgid="4017502061746918341">"com.google.android.car.defaultstoragemonitoringcompanionapp/.ExcessiveIoIntentReceiver"</string> 34</resources> 35