android_device_samsung_a20/universal7885-common/rro_overlays/VShapedNotch/AndroidManifest.xml
rdx420 bd34a05a17
universal7885: Add 'V' Shaped Notch
Kang from OOS port https://t.me/violet_oos/185110

Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
2022-03-22 19:02:49 +09:00

12 lines
486 B
XML

<?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>