16 lines
517 B
XML
16 lines
517 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<!--
|
||
|
Copyright (C) 2021 The LineageOS Project
|
||
|
SPDX-License-Identifier: Apache-2.0
|
||
|
-->
|
||
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
package="com.android.settingsproviders.lisacn">
|
||
|
|
||
|
<overlay
|
||
|
android:isStatic="true"
|
||
|
android:priority="850"
|
||
|
android:requiredSystemPropertyName="ro.boot.hwc"
|
||
|
android:requiredSystemPropertyValue="CN"
|
||
|
android:targetPackage="com.android.providers.settings" />
|
||
|
</manifest>
|