vendor_hardware_overlay/Asus/ZenFone5Z/AndroidManifest.xml

11 lines
453 B
XML

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