* also switch to PascalCase for init_RM6785_vendor Change-Id: Ie0d2abd91618cdbb6e84ae551ea1c00ae5d62897
16 lines
518 B
XML
16 lines
518 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (C) 2023 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.r7">
|
|
|
|
<overlay
|
|
android:targetPackage="com.android.providers.settings"
|
|
android:requiredSystemPropertyName="ro.vendor.device"
|
|
android:requiredSystemPropertyValue="realme 7"
|
|
android:isStatic="true"
|
|
android:priority="100"/>
|
|
</manifest>
|