vendor_hardware_overlay/Lenovo/S5Pro/AndroidManifest.xml
2020-07-10 13:59:41 -07:00

11 lines
462 B
XML

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