Create AndroidManifest.xml

This commit is contained in:
Trịnh Văn Lợi 2022-07-10 19:39:50 +07:00 committed by GitHub
parent bd2b3b3c12
commit b014df901e
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.sony.XZ2"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+Sony/H8296*"
android:priority="278"
android:isStatic="true" />
</manifest>