Add files via upload

This commit is contained in:
Wi-nnie 2022-03-19 00:53:23 +01:00 committed by GitHub
parent f8358b4b44
commit 387833386f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,10 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.tecno.spark5"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+TECNO/KD7*"
android:priority="902"
android:isStatic="true" />
</manifest>