sm8450-common: Import overlays from V13.0.16.0.SLCEUXM
Change-Id: I924f78d20cdd91fdf7f237a334564a946b4eb80f
This commit is contained in:
10
overlay/TelecommResCommon/Android.bp
Normal file
10
overlay/TelecommResCommon/Android.bp
Normal file
@@ -0,0 +1,10 @@
|
||||
//
|
||||
// Copyright (C) 2024 The LineageOS Project
|
||||
//
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "TelecommResCommon",
|
||||
product_specific: true,
|
||||
}
|
9
overlay/TelecommResCommon/AndroidManifest.xml
Normal file
9
overlay/TelecommResCommon/AndroidManifest.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<!--
|
||||
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>
|
15
overlay/TelecommResCommon/res/values/config.xml
Normal file
15
overlay/TelecommResCommon/res/values/config.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?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>
|
||||
|
||||
<!-- Class name for the default main dialer activity [DO NOT TRANSLATE] -->
|
||||
<string name="dialer_default_class" translatable="false">com.android.dialer.DialtactsActivity</string>
|
||||
|
||||
<!-- Flag indicating if the tty is enabled -->
|
||||
<bool name="tty_enabled">true</bool>
|
||||
</resources>
|
Reference in New Issue
Block a user