android_vendor_hardware_ove.../Samsung/A70/AndroidManifest.xml
firemax13 093269e987
Samsung: a70: bring-up device overlays
Signed-off-by: firemax13 <mydadisbrave2@gmail.com>
2021-01-09 12:50:04 +08:00

11 lines
481 B
XML

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