android_vendor_hardware_ove.../DuoQin/Qin3Ultra-SystemUI/AndroidManifest.xml
Andy CrossGate Yan 893be72de0 Add resources for Duoqin Qin3 Ultra
Change-Id: Ief05dad85f84677d0ae6771029652f414cb6252b
2023-04-16 11:57:47 +00:00

11 lines
489 B
XML
Executable file

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.duoqin.qin3ultra.systemui"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="com.android.systemui"
android:requiredSystemPropertyName="ro.product.vendor_dlkm.model"
android:requiredSystemPropertyValue="QIN3ULTRA"
android:priority="1050"
android:isStatic="true" />
</manifest>