android_vendor_hardware_ove.../OnePlus/NordCE-SystemUI/AndroidManifest.xml
2022-09-12 08:16:57 +00:00

11 lines
488 B
XML

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