android_vendor_hardware_ove.../Samsung/a60q/AndroidManifest.xml
Andy CrossGate Yan 7c4c934759 Remove M40 compatibility from A60 overlay
Glob pattern doesn't work, and this has never been tested on M40 anyway

Change-Id: Ib2efeb83fcafb8c7ca1c603bcd797acac7224cdd
2021-04-30 10:59:20 +02:00

11 lines
454 B
XML

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