12 lines
		
	
	
		
			477 B
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			477 B
		
	
	
	
		
			XML
		
	
	
	
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
 | 
						|
    package="com.rockchip.networkstack.tethering.mainlinenokeepalive.overlay"
 | 
						|
    android:versionCode="1"
 | 
						|
    android:versionName="1.0">
 | 
						|
    <application android:hasCode="false" />
 | 
						|
    <overlay
 | 
						|
        android:targetPackage="com.google.android.connectivity.resources"
 | 
						|
        android:targetName="ServiceConnectivityResourcesConfig"
 | 
						|
        android:priority="0"
 | 
						|
        android:isStatic="true" />
 | 
						|
</manifest>
 |