init
This commit is contained in:
commit
8710a52d67
123 changed files with 20007 additions and 0 deletions
9
overlay/TelephonyResOverlay/Android.bp
Normal file
9
overlay/TelephonyResOverlay/Android.bp
Normal file
|
@ -0,0 +1,9 @@
|
|||
//
|
||||
// Copyright (C) 2022 The LineageOS Project
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
||||
runtime_resource_overlay {
|
||||
name: "TelephonyResOverlay",
|
||||
vendor: true,
|
||||
}
|
13
overlay/TelephonyResOverlay/AndroidManifest.xml
Normal file
13
overlay/TelephonyResOverlay/AndroidManifest.xml
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2022 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.android.phone.overlay">
|
||||
|
||||
<overlay
|
||||
android:isStatic="true"
|
||||
android:priority="1"
|
||||
android:targetPackage="com.android.phone" />
|
||||
</manifest>
|
12
overlay/TelephonyResOverlay/res/values/config.xml
Normal file
12
overlay/TelephonyResOverlay/res/values/config.xml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2022 The Linux Foundation
|
||||
SPDX-License-Identifier: BSD-3-Clause
|
||||
-->
|
||||
<resources>
|
||||
<!-- String indicating the package name of the device ImsService implementation for MMTEL. -->
|
||||
<string name="config_ims_mmtel_package">com.mediatek.ims</string>
|
||||
|
||||
<!-- String indicating the package name of the device ImsService implementation for RCS. -->
|
||||
<string name="config_ims_rcs_package">com.mediatek.ims</string>
|
||||
</resources>
|
Loading…
Add table
Add a link
Reference in a new issue