mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-22 13:46:26 -08:00
33f8fbe825
HiOS uses ro.product.product.tran.device.name.default for default device name. Change-Id: I310c1ffc581b72653783d1093d9e7ebde544bb16 Signed-off-by: dodyirawan85 <dev.irawans@gmail.com> Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
14 lines
418 B
XML
14 lines
418 B
XML
<?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.providers.settings.overlay.LG8n">
|
|
|
|
<overlay
|
|
android:isStatic="true"
|
|
android:priority="350"
|
|
android:targetPackage="com.android.providers.settings" />
|
|
</manifest>
|