android_vendor_hardware_ove.../OnePlus/N10/AndroidManifest.xml
FinecoFinit e3bec2c59f Res dump from ODM
Still in testing a few things, can be merged and used
2022-08-24 22:41:01 +06:00

11 lines
471 B
XML

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