vendor_hardware_overlay/Asus/ZenFoneMaxShot/AndroidManifest.xml
2020-10-04 16:34:25 -03:00

11 lines
462 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_2*"
android:priority="149"
android:isStatic="true" />
</manifest>