summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorMayank Garg <gargmayank@google.com>2022-03-01 21:09:44 -0800
committerMayank Garg <gargmayank@google.com>2022-03-02 18:20:10 +0000
commita8523f60e358fc90c50ed1d3b9a52f6cf869b45b (patch)
tree90da09d0f0e4d748f8b497fd02138f71fc381e98 /common
parentbb7e69089a01f759397aa3e7ce0cbba950af6e0a (diff)
downloadcar-a8523f60e358fc90c50ed1d3b9a52f6cf869b45b.tar.gz
Removed unused CarService Overlay
Bug: 198516172 Test: m Change-Id: If6966f937bcc36dd53f8aa725ebcba9633d13300
Diffstat (limited to 'common')
-rw-r--r--common/overlay/packages/services/Car/service/res/values/config.xml28
1 files changed, 0 insertions, 28 deletions
diff --git a/common/overlay/packages/services/Car/service/res/values/config.xml b/common/overlay/packages/services/Car/service/res/values/config.xml
deleted file mode 100644
index f29d9da..0000000
--- a/common/overlay/packages/services/Car/service/res/values/config.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-/*
-** Copyright 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 to configure car service based on each OEM's preference. -->
-
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <!-- The camera Activity name for EVS, if defined, the Activity will be launched by
- CarEvsService. -->
- <string name="config_evsCameraActivity" translatable="false">
- com.google.android.car.evs/com.google.android.car.evs.CarEvsCameraPreviewActivity
- </string>
-</resources>