android_vendor_hardware_ove.../Blackview/SHARK8-SystemUI/AndroidManifest.xml
2024-05-11 12:40:50 +03:00

10 lines
480 B
XML
Executable file

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.blackview.shark8.systemui"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="com.android.systemui"
android:requiredSystemPropertyName="ro.product.vendor.device"
android:requiredSystemPropertyValue="+(Shark8|Tiger12)"
android:priority="683"
android:isStatic="true" />
</manifest>