You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
469 B
11 lines
469 B
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.android.internal.display.cutout.emulation.narrow"
|
|
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="@string/display_cutout_emulation_overlay" android:hasCode="false"/>
|
|
</manifest>
|