android_vendor_hardware_ove.../Infinix/Note10Pro/AndroidManifest.xml
Rama Bondan Prakoso 1a4c4ff0fe Add overlay for Infinix Note 10 Pro (X695C)
Signed-off-by: Rama Bondan Prakoso <ramanarubp@gmail.com>
2021-12-10 07:35:57 +07:00

11 lines
489 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/X695C-GL/Infinix-X695C*"
android:priority="547"
android:isStatic="true" />
</manifest>