mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
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:
parent
2793fa9155
commit
bd34a05a17
7 changed files with 61 additions and 1 deletions
|
|
@ -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>
|
||||
Loading…
Reference in a new issue