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