android_vendor_hardware_ove.../Samsung/r0q-SystemUI/AndroidManifest.xml
2022-07-01 16:53:30 +08:00

11 lines
479 B
XML

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