android_vendor_hardware_ove.../Nubia/RedMagic3s/AndroidManifest.xml
2022-02-17 11:44:16 +07:00

11 lines
468 B
XML

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