universal7885: Add 'V' Shaped Notch

Kang from OOS port https://t.me/violet_oos/185110

Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
rdx420 2021-11-06 10:40:30 +05:30 committed by roynatech2544
commit bd34a05a17
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
7 changed files with 61 additions and 1 deletions

View file

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8" ?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.internal.display.cutout.emulation.violet"
android:versionCode="1"
android:versionName="1.0">
<overlay android:targetPackage="android"
android:category="com.android.internal.display_cutout_emulation"
android:priority="1"/>
<application android:label="V-Shaped" android:hasCode="false"/>
</manifest>