Explorar o código

sm8450-common: overlay: Drop TelecommResCommon which only sets default values

Change-Id: Ieee4af31a9f88564eeec87448465a04fc37f091d
Arian hai 5 meses
pai
achega
6f679abae0

+ 0 - 1
common.mk

@@ -265,7 +265,6 @@ PRODUCT_PACKAGES += \
     FrameworksResCommon \
     SettingsResCommon \
     SystemUIResCommon \
-    TelecommResCommon \
     TelephonyResCommon \
     WifiResCommon
 

+ 0 - 10
overlay/TelecommResCommon/Android.bp

@@ -1,10 +0,0 @@
-//
-// Copyright (C) 2024 The LineageOS Project
-//
-// SPDX-License-Identifier: Apache-2.0
-//
-
-runtime_resource_overlay {
-    name: "TelecommResCommon",
-    vendor: true,
-}

+ 0 - 9
overlay/TelecommResCommon/AndroidManifest.xml

@@ -1,9 +0,0 @@
-<!--
-     Copyright (C) 2024 The LineageOS Project
-     SPDX-License-Identifier: Apache-2.0
--->
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
-    package="com.android.server.telecom.overlay.common">
-    <overlay android:targetPackage="com.android.server.telecom"
-                   android:isStatic="true"/>
-</manifest>

+ 0 - 12
overlay/TelecommResCommon/res/values/config.xml

@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-     Copyright (C) 2024 The LineageOS Project
-     SPDX-License-Identifier: Apache-2.0
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-    <!-- Class name for the default in-call UI Service [DO NOT TRANSLATE] -->
-    <string name="incall_default_class" translatable="false">com.android.incallui.InCallServiceImpl</string>
-
-    <!-- Flag indicating if the tty is enabled -->
-    <bool name="tty_enabled">true</bool>
-</resources>