1<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2    package="com.android.connectivity.resources.cuttlefish.overlay">
3
4    <application android:hasCode="false" />
5
6    <overlay
7      android:targetPackage="com.android.connectivity.resources"
8      android:targetName="ServiceConnectivityResourcesConfig"
9      android:isStatic="true"
10      android:priority="1"
11      />
12</manifest>
13