android_vendor_hardware_ove.../ONN/mid7019/AndroidManifest.xml
Justin Settle 77112e92cb
Previous commit was before I hit save in the text editor. This edits the
.mk files to actually change the package names.
2023-03-06 08:37:10 -05:00

11 lines
455 B
XML

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