android_vendor_hardware_ove.../Samsung/A40-SystemUI/AndroidManifest.xml
2023-07-08 21:34:41 +01:00

11 lines
501 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.samsung.a40.systemui"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="com.android.systemui"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+*amsung/a40*"
android:priority="80"
android:isStatic="true" />
</manifest>