android_vendor_hardware_ove.../Vsmart/Active3/AndroidManifest.xml
2023-01-11 16:48:14 +07:00

11 lines
458 B
XML

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