mirror of
https://github.com/LineageOS/android_device_xiaomi_vermeer.git
synced 2026-06-20 18:19:35 +00:00
17 lines
579 B
XML
17 lines
579 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2025 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.vermeer.poco">
|
|
<application android:hasCode="false" />
|
|
<overlay
|
|
android:isStatic="true"
|
|
android:priority="800"
|
|
android:targetPackage="com.android.providers.settings"
|
|
android:requiredSystemPropertyName="ro.boot.hwc"
|
|
android:requiredSystemPropertyValue="GL" />
|
|
</manifest>
|