android_vendor_hardware_ove.../Umidigi/A5pro/AndroidManifest.xml
2022-07-11 18:15:33 +03:00

11 lines
452 B
XML

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