android_vendor_hardware_ove.../Samsung/S20fe-SystemUI/AndroidManifest.xml

11 lines
493 B
XML

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