Missed to make the changes in the Manifest

This commit is contained in:
Nehemiah of Zebulun 2023-03-13 13:56:35 +01:00
parent beb51f5f0f
commit f9bc1b9f5c

View file

@ -1,10 +1,10 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.overlay.unihertz.jelly2"
package="me.phh.treble.overlay.unihertz.titan_pocket_eea"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
android:requiredSystemPropertyValue="+Unihertz/Jelly2*"
android:requiredSystemPropertyValue="+Unihertz/Titan_pocket_EEA*"
android:priority="177"
android:isStatic="true" />
</manifest>