10 lines
295 B
XML
10 lines
295 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.android.certified.props.overlay">
|
|
|
|
<application android:hasCode="false" />
|
|
<overlay
|
|
android:priority="100"
|
|
android:enabled="true"
|
|
android:targetPackage="android" />
|
|
</manifest>
|