android_vendor_hardware_ove.../OnePlus/N10-SystemUI/AndroidManifest.xml
2022-07-16 04:13:58 +06:00

11 lines
493 B
XML

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