android_vendor_hardware_ove.../Samsung/p3s-SystemUI/AndroidManifest.xml
2023-02-23 13:52:47 +07:00

11 lines
489 B
XML

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