android_vendor_hardware_ove.../OPPO/Findx-SystemUI/AndroidManifest.xml
2023-05-28 16:04:50 +08:00

11 lines
466 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.oppo.findx.systemui"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="com.android.systemui"
android:requiredSystemPropertyName="ro.boot.prjname"
android:requiredSystemPropertyValue="17107"
android:priority="1710"
android:isStatic="true" />
</manifest>