vendor_hardware_overlay/Infinix/Note10Pro/AndroidManifest.xml
Rama Bondan Prakoso 7b8224c3e0 Cleanup Infinix Note 10 Pro and support other variant
Signed-off-by: Rama Bondan Prakoso <ramanarubp@gmail.com>
2022-05-07 22:56:32 +07:00

11 lines
485 B
XML
Executable file

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