11 lines
344 B
XML
11 lines
344 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.android.certified.props.overlay">
|
|
|
|
<application android:hasCode="false" />
|
|
<overlay
|
|
android:isStatic="true"
|
|
android:priority="1"
|
|
android:targetName="CertifiedPropOverlay"
|
|
android:targetPackage="android" />
|
|
</manifest>
|