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

10 lines
473 B
XML

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