Add statusbar height to cover the notch on LG G7, Xiaomi Mi 8 SE and Xiaomi Mi 8 Explorer Edition
diff --git a/LG/G7/AndroidManifest.xml b/LG/G7/AndroidManifest.xml
new file mode 100644
index 0000000..e4d43b8
--- /dev/null
+++ b/LG/G7/AndroidManifest.xml
@@ -0,0 +1,10 @@
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+        package="me.phh.treble.overlay.lg.g7"
+        android:versionCode="1"
+        android:versionName="1.0">
+        <overlay android:targetPackage="android"
+                android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
+                android:requiredSystemPropertyValue="+lge/judyln*"
+		android:priority="15"
+		android:isStatic="true" />
+</manifest>