summaryrefslogtreecommitdiffstats
path: root/emulator
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2020-01-13 19:07:57 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-01-13 19:07:57 +0000
commitbe4dad583b2adbdf258dcd55563ec6fdc384a939 (patch)
tree28b618734b79cc20e2347fc094f0c7aa73699f44 /emulator
parent0d89f954320bcc2e99641b8773acb81734b12801 (diff)
parent8e677e4f79b9b5bfefc43cc33a5eab9387f5ba6e (diff)
downloaddevice_generic_car-be4dad583b2adbdf258dcd55563ec6fdc384a939.tar.gz
device_generic_car-be4dad583b2adbdf258dcd55563ec6fdc384a939.tar.bz2
device_generic_car-be4dad583b2adbdf258dcd55563ec6fdc384a939.zip
Merge "Removed uneeded settings."
Diffstat (limited to 'emulator')
-rw-r--r--emulator/audio/overlay/packages/services/Car/tests/EmbeddedKitchenSinkApp/res/values/display_to_audio_device_configs.xml28
1 files changed, 0 insertions, 28 deletions
diff --git a/emulator/audio/overlay/packages/services/Car/tests/EmbeddedKitchenSinkApp/res/values/display_to_audio_device_configs.xml b/emulator/audio/overlay/packages/services/Car/tests/EmbeddedKitchenSinkApp/res/values/display_to_audio_device_configs.xml
deleted file mode 100644
index 7f2496d..0000000
--- a/emulator/audio/overlay/packages/services/Car/tests/EmbeddedKitchenSinkApp/res/values/display_to_audio_device_configs.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2019 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.
--->
-
-<!-- These resources are around just to allow their values to be customized
- for different hardware and product builds. Do not translate. -->
-<resources>
- <string-array name="config_displayToAudioDeviceConfig">
- <!-- Add display to audio device pair as such
- <item>"0,bus0_media_out"</item>
- -->
- <item>"0,bus0_media_out"</item>
- <item>"1,bus100_left_rear_seat_1"</item>
- <item>"2,bus200_right_rear_seat_2"</item>
- </string-array>
-</resources> \ No newline at end of file