android_device_xiaomi_lisa/rro_overlays/lisaGLSettingsProviderOverlay/AndroidManifest.xml

16 lines
517 B
XML
Raw Normal View History

<?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.lisagl">
<overlay
android:isStatic="true"
android:priority="850"
android:requiredSystemPropertyName="ro.boot.hwc"
android:requiredSystemPropertyValue="GL"
android:targetPackage="com.android.providers.settings" />
</manifest>