10 lines
478 B
XML
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>
|