android_vendor_hardware_ove.../Samsung/A80/AndroidManifest.xml
firemax13 b098c6d412 Fix build error
Signed-off-by: firemax13 <mydadisbrave2@gmail.com>
2020-08-25 01:39:38 +00:00

11 lines
481 B
XML

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