android_vendor_hardware_ove.../Samsung/M52/AndroidManifest.xml
2022-07-10 13:12:00 -03:00

10 lines
440 B
XML

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