android_vendor_hardware_ove.../Nokia/DRG-6.1Plus-X6/AndroidManifest.xml
2020-04-10 18:46:56 +03:00

11 lines
465 B
XML

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