android_vendor_hardware_ove.../Samsung/M31-SystemUI/AndroidManifest.xml
2022-05-04 10:04:20 +03:00

11 lines
461 B
XML

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