Home | History | Annotate | Download | only in DisplayCutoutEmulationNarrowOverlay
      1 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
      2         package="com.android.internal.display.cutout.emulation.narrow"
      3         android:versionCode="1"
      4         android:versionName="1.0">
      5     <overlay android:targetPackage="android"
      6         android:category="com.android.internal.display_cutout_emulation"
      7         android:priority="1"/>
      8 
      9     <application android:label="@string/display_cutout_emulation_overlay" android:hasCode="false"/>
     10 </manifest>
     11