android_vendor_hardware_ove.../Vsmart/Live/AndroidManifest.xml
2020-10-04 15:47:45 +07:00

11 lines
458 B
XML

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