13 lines
402 B
XML
13 lines
402 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.android.connectivity.resources.cuttlefish.overlay">
|
|
|
|
<application android:hasCode="false" />
|
|
|
|
<overlay
|
|
android:targetPackage="com.android.connectivity.resources"
|
|
android:targetName="ServiceConnectivityResourcesConfig"
|
|
android:isStatic="true"
|
|
android:priority="1"
|
|
/>
|
|
</manifest>
|