38 lines
3.8 KiB
XML
38 lines
3.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
This code was generated by a tool.
|
|
It was generated from C:\Users\Ádám\Source\Repos\TourIAm\TIAMMobileApp\Platforms\Android\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" xmlns:tools="http://schemas.android.com/tools" package="com.companyname.tiammobileapp" android:versionCode="1" android:versionName="1.0">
|
|
<uses-sdk android:minSdkVersion="24" android:targetSdkVersion="33" />
|
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
|
<permission android:name="com.companyname.tiammobileapp.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" android:protectionLevel="signature" />
|
|
<uses-permission android:name="com.companyname.tiammobileapp.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" />
|
|
<application android:name="crc6494c475d3d1c03252.MainApplication" android:allowBackup="true" android:appComponentFactory="androidx.core.app.CoreComponentFactory" android:debuggable="true" android:extractNativeLibs="true" android:icon="@mipmap/appicon" android:label="TIAMMobileApp" android:roundIcon="@mipmap/appicon_round" android:supportsRtl="true">
|
|
<activity android:name="crc6494c475d3d1c03252.MainActivity" android:configChanges="density|orientation|smallestScreenSize|screenLayout|screenSize|uiMode" android:exported="true" android:theme="@style/Maui.SplashTheme">
|
|
<intent-filter>
|
|
<action android:name="android.intent.action.MAIN" />
|
|
<category android:name="android.intent.category.LAUNCHER" />
|
|
</intent-filter>
|
|
</activity>
|
|
<activity android:name="crc6468b6408a11370c2f.WebAuthenticatorIntermediateActivity" android:configChanges="orientation|screenSize" android:exported="true" />
|
|
<provider android:name="microsoft.maui.essentials.fileProvider" android:authorities="com.companyname.tiammobileapp.fileProvider" android:exported="false" android:grantUriPermissions="true">
|
|
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/microsoft_maui_essentials_fileprovider_file_paths" />
|
|
</provider>
|
|
<receiver android:name="crc64e53d2f592022988e.ConnectivityBroadcastReceiver" android:enabled="true" android:exported="false" android:label="Essentials Connectivity Broadcast Receiver" />
|
|
<activity android:name="crc64ba438d8f48cf7e75.IntermediateActivity" android:configChanges="orientation|screenSize" android:exported="true" />
|
|
<receiver android:name="crc640a8d9a12ddbf2cf2.BatteryBroadcastReceiver" android:enabled="true" android:exported="false" android:label="Essentials Battery Broadcast Receiver" />
|
|
<receiver android:name="crc640a8d9a12ddbf2cf2.EnergySaverBroadcastReceiver" android:enabled="true" android:exported="false" android:label="Essentials Energy Saver Broadcast Receiver" />
|
|
<service android:name="crc64396a3fe5f8138e3f.KeepAliveService" />
|
|
<provider android:name="mono.MonoRuntimeProvider" android:authorities="com.companyname.tiammobileapp.mono.MonoRuntimeProvider.__mono_init__" android:exported="false" android:initOrder="1999999999" />
|
|
<provider android:name="androidx.startup.InitializationProvider" android:authorities="com.companyname.tiammobileapp.androidx-startup" android:exported="false" tools:node="merge">
|
|
<meta-data android:name="androidx.lifecycle.ProcessLifecycleInitializer" android:value="androidx.startup" />
|
|
<meta-data android:name="androidx.emoji2.text.EmojiCompatInitializer" android:value="androidx.startup" />
|
|
</provider>
|
|
<uses-library android:name="androidx.window.extensions" android:required="false" />
|
|
<uses-library android:name="androidx.window.sidecar" android:required="false" />
|
|
</application>
|
|
</manifest> |