android_vendor_hardware_ove.../Realme/Q3/AndroidManifest.xml
2021-12-21 16:16:32 +00:00

12 lines
487 B
XML

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.realme.q3"
android:versionCode="1"
android:versionName="1.0">
<overlay android:isStatic="true"
android:priority="701"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+qti/lito*"
android:targetPackage="android"/>
</manifest>