vendor_hardware_overlay/Vsmart/Joy3/AndroidManifest.xml
2022-03-05 21:57:11 +07:00

11 lines
457 B
XML

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