Delete AndroidManifest.xml

This commit is contained in:
trinhloi 2020-10-04 13:14:46 +07:00 committed by GitHub
parent 85ae69fe49
commit 3e3b78b2b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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