<?xml version="1.0" encoding="utf-8"?>
<!--
    This code was generated by a tool.
    It was generated from D:\Programming\C#\avalotest\avalotest.Android\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:installLocation="auto" android:versionCode="1" package="com.CompanyName.avalotest" android:versionName="1.0">
  <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="35" />
  <uses-permission android:name="android.permission.INTERNET" />
  <application android:label="avalotest" android:icon="@drawable/icon" android:name="android.app.Application" android:allowBackup="true" android:debuggable="true" android:extractNativeLibs="true">
    <activity android:configChanges="orientation|screenSize|uiMode" android:icon="@drawable/icon" android:label="avalotest.Android" android:theme="@style/MyTheme.NoActionBar" android:name="crc640162c07f5f893c7d.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.avalotest.mono.MonoRuntimeProvider.__mono_init__" />
  </application>
</manifest>