android_vendor_hardware_ove.../Lenovo/Y700-2023-SystemUI/AndroidManifest.xml
Andy CrossGate Yan 01c8a96bd5 Add resources for Lenovo Legion Y700 (2023)
Change-Id: I8188b8bc72b6451983042df47e66455358863b75
2024-04-18 22:32:00 +08:00

10 lines
482 B
XML

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