android_vendor_hardware_ove.../Samsung/a51x/AndroidManifest.xml
Andy CrossGate Yan 98719a4553 Add resources for Samsung Galaxy A51 5G (a51x)
Change-Id: I12a8a28ad29cd83ec708f1f77ad4032fc6aec340
2021-04-30 10:59:30 +02:00

11 lines
454 B
XML

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