android_vendor_hardware_ove.../Samsung/A20s/AndroidManifest.xml
Velosh f04cad007c
Samsung: A20s: Remove application tag
* I've added due parse AndroidManifest.xml fail, but that isn't necessary anymore.

Signed-off-by: Velosh <daffetyxd@gmail.com>
2021-12-26 12:12:54 -03:00

10 lines
439 B
XML

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