12 lines
286 B
XML
12 lines
286 B
XML
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
package="android.cuttlefish.overlay">
|
||
|
|
||
|
<application android:hasCode="false" />
|
||
|
|
||
|
<overlay
|
||
|
android:targetPackage="android"
|
||
|
android:isStatic="true"
|
||
|
android:priority="1"
|
||
|
/>
|
||
|
</manifest>
|