android_vendor_hardware_ove.../Samsung/S20fe/AndroidManifest.xml

11 lines
471 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.samsung.S20fe"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+(*samsung/r8q*|*samsung/r8s*)"
android:priority="302"
android:isStatic="true" />
</manifest>