android_vendor_hardware_ove.../Asus/ZenFoneMaxShot/AndroidManifest.xml
2020-10-21 16:11:53 -03:00

11 lines
460 B
XML

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