android_vendor_hardware_ove.../Samsung/S20-SystemUI/AndroidManifest.xml
2023-03-04 14:11:04 +08:00

10 lines
508 B
XML

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