android_vendor_hardware_ove.../Asus/RogPhone/AndroidManifest.xml
2022-10-31 00:54:37 +08:00

11 lines
456 B
XML

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