20 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			XML
		
	
	
	
		
		
			
		
	
	
			20 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			XML
		
	
	
	
|  | <?xml version="1.0" encoding="utf-8"?> | ||
|  | <!--
 | ||
|  |     This code was generated by a tool. | ||
|  |     It was generated from E:\win10e\wms\vsprojectOwen3\vsprojectOwen\App1\Properties\AndroidManifest.xml | ||
|  |     Changes to this file may cause incorrect behavior and will be lost if | ||
|  |     the contents are regenerated. | ||
|  | --> | ||
|  | <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.companyname.app1" android:versionCode="1" android:versionName="1.0"> | ||
|  |   <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="31" /> | ||
|  |   <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> | ||
|  |   <application android:name="android.app.Application" android:allowBackup="true" android:appComponentFactory="androidx.core.app.CoreComponentFactory" android:extractNativeLibs="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/AppTheme"> | ||
|  |     <activity android:name="crc64a7a6b04b89628087.MainActivity" android:exported="true" android:label="@string/app_name" android:theme="@style/AppTheme"> | ||
|  |       <intent-filter> | ||
|  |         <action android:name="android.intent.action.MAIN" /> | ||
|  |         <category android:name="android.intent.category.LAUNCHER" /> | ||
|  |       </intent-filter> | ||
|  |     </activity> | ||
|  |     <provider android:name="mono.MonoRuntimeProvider" android:authorities="com.companyname.app1.mono.MonoRuntimeProvider.__mono_init__" android:exported="false" android:initOrder="1999999999" /> | ||
|  |   </application> | ||
|  | </manifest> |