android_vendor_hardware_ove.../Lenovo/S5/AndroidManifest.xml
2019-03-04 20:44:55 +01:00

11 lines
456 B
XML

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