android_vendor_hardware_ove.../Lenovo/TabV7-SystemUI/AndroidManifest.xml
Andy CrossGate Yan 0aadffe187 Add resources for Lenovo Tab V7 (PB-6505*)
Change-Id: I9fc847729594a02a87ceabf6398f811073014bb1
2022-06-26 13:23:20 +08:00

11 lines
481 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.lenovo.tabv7.systemui"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="com.android.systemui"
android:requiredSystemPropertyName="ro.product.vendor.device"
android:requiredSystemPropertyValue="+PB-6505*"
android:priority="6505"
android:isStatic="true" />
</manifest>