android_vendor_hardware_ove.../Samsung/A03/AndroidManifest.xml
2023-06-10 14:48:53 +02:00

11 lines
443 B
XML
Executable file

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