android_vendor_hardware_ove.../Vivo/Y31/AndroidManifest.xml
romanovj 308c003b24 y31
2022-06-21 14:14:30 +03:00

11 lines
448 B
XML

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