android_vendor_hardware_ove.../Meizu/M2461-SystemUI/AndroidManifest.xml
Andy CrossGate Yan ceeec2db29 Add resources for Meizu 21 (M2461)
Change-Id: Ib4a3ac6b5a41d7063b7404c417c5c762b9a02b9a
2024-08-17 21:25:59 +08:00

10 lines
478 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.meizu.m2461.systemui"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="com.android.systemui"
android:requiredSystemPropertyName="ro.product.vendor.device"
android:requiredSystemPropertyValue="meizu21"
android:priority="2461"
android:isStatic="true" />
</manifest>