android_vendor_hardware_ove.../Essential/PH-1/AndroidManifest.xml
Loïc Yhuel 6a031e5e60 Add Essential PH-1 overlay
This fixes the statusbar height and notch.

Generated using overlay/generate.sh using the last system image.
2020-05-10 17:12:40 +02:00

11 lines
491 B
XML

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