blob: b7e9566f2bf286f7156cb4c1f130cc3cea8714c3 [file] [log] [blame]
raysenlau3f7a5832018-10-29 17:51:15 +08001<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2 package="me.phh.treble.overlay.nokia.b2n"
3 android:versionCode="1"
4 android:versionName="1.0">
5 <overlay android:targetPackage="android"
6 android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
7 android:requiredSystemPropertyValue="+Nokia/Onyx*"
8 android:priority="48"
9 android:isStatic="true" />
10</manifest>