android_vendor_hardware_ove.../Lenovo/Y70/AndroidManifest.xml
2023-03-20 11:42:46 -04:00

10 lines
464 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.Lenovo.Y70"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+Lenovo/halo/halo*"
android:priority="119"
android:isStatic="true" />
</manifest>