android_vendor_hardware_ove.../Tecno/Pova4Pro-SystemUI/AndroidManifest.xml

11 lines
483 B
XML
Executable file

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.tecno.pova4pro.systemui"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="com.android.systemui"
android:requiredSystemPropertyName="ro.product.vendor.device"
android:requiredSystemPropertyValue="TECNO-LG8n"
android:priority="634"
android:isStatic="true" />
</manifest>