android_vendor_hardware_ove.../Samsung/A40/AndroidManifest.xml
2020-05-01 14:14:39 +01:00

11 lines
479 B
XML

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