android_vendor_hardware_ove.../Nokia/Nokia-4.2/AndroidManifest.xml
2021-04-30 10:59:07 +02:00

11 lines
501 B
XML

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