vendor_hardware_overlay/Nokia/B2N-7Plus/AndroidManifest.xml
2020-06-03 20:17:08 +02:00

11 lines
454 B
XML

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