20 lines
1.4 KiB
XML
20 lines
1.4 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" android:versionCode="1" android:versionName="1.0" package="com.companyname.app1">
|
||
|
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="31" />
|
||
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
||
|
<application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/AppTheme" android:name="android.app.Application" android:extractNativeLibs="true">
|
||
|
<activity android:label="@string/app_name" android:theme="@style/AppTheme" android:name="crc64a7a6b04b89628087.MainActivity" android:exported="true">
|
||
|
<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:exported="false" android:initOrder="1999999999" android:authorities="com.companyname.app1.mono.MonoRuntimeProvider.__mono_init__" />
|
||
|
</application>
|
||
|
</manifest>
|