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