android_vendor_hardware_ove.../Realme/Q3/AndroidManifest.xml
Andy CrossGate Yan c9236e3a43 Fixup prop for Realme Q3
`ro.vendor.build.fingerprint` is almost never a valid/unique identifier for OPlus devices,
and `qti/lito` matches too many devices. Blindly fixup with `ro.boot.prjname` per convention.

Change-Id: Ibe3b217744181a0478d76e06fd311e5833f1c0b6
2022-01-24 14:50:06 +00:00

12 lines
464 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.boot.prjname"
android:requiredSystemPropertyValue="20669"
android:targetPackage="android"/>
</manifest>