blob: 426aae969fd410f1c691d6cc689d1ce31ab08bf2 [file] [log] [blame]
Adrian Roos30f53212018-01-05 16:14:34 +01001<manifest xmlns:android="http://schemas.android.com/apk/res/android"
Adrian Roos88553e92018-01-19 19:44:14 +01002 package="com.android.internal.display.cutout.emulation.narrow"
3 android:versionCode="1"
4 android:versionName="1.0">
Adrian Roosc84df772018-01-19 21:20:22 +01005 <overlay android:targetPackage="android"
6 android:category="com.android.internal.display_cutout_emulation"
7 android:priority="1"/>
Adrian Roos30f53212018-01-05 16:14:34 +01008
9 <application android:label="@string/display_cutout_emulation_overlay" android:hasCode="false"/>
10</manifest>