android_vendor_hardware_ove.../Samsung/r0s-SystemUI/AndroidManifest.xml
2022-05-05 14:24:10 +02:00

11 lines
479 B
XML

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