10 lines
289 B
XML
10 lines
289 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="android.overlay.frameworkres">
|
|
|
|
<overlay
|
|
android:targetPackage="android"
|
|
android:isStatic="true"
|
|
android:priority="999" />
|
|
|
|
<application android:hasCode="false" />
|
|
</manifest> |