Add statusbar height to cover the notch on Asus ZenFone 5 (#4)
* Add statusbar height to cover the notch on Asus ZenFone 5
diff --git a/Asus/ZenFone5/AndroidManifest.xml b/Asus/ZenFone5/AndroidManifest.xml
new file mode 100644
index 0000000..c9fe1b8
--- /dev/null
+++ b/Asus/ZenFone5/AndroidManifest.xml
@@ -0,0 +1,10 @@
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="me.phh.treble.overlay.asus.zenfone5"
+ android:versionCode="1"
+ android:versionName="1.0">
+ <overlay android:targetPackage="android"
+ android:requiredSystemPropertyName="ro.vendor.build.fingerprint"
+ android:requiredSystemPropertyValue="+X00QD"
+ android:priority="14"
+ android:isStatic="true" />
+</manifest>