2023-11-27 20:36:02 +01:00
<?xml version="1.0" encoding="utf-8"?>
<!--
This code was generated by a tool.
2023-12-12 14:02:15 +01:00
It was generated from E:\tomAIto_git\tomAIto\TomAIto.App\TomAIto.App.Android\Properties\AndroidManifest.xml
2023-11-27 20:36:02 +01:00
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.tomaito.app" >
<uses-sdk android:minSdkVersion= "28" android:targetSdkVersion= "28" />
<uses-permission android:name= "android.permission.INTERNET" />
<uses-feature android:name= "android.hardware.camera" android:required= "false" />
<uses-feature android:name= "android.hardware.camera.autofocus" android:required= "false" />
<uses-permission android:name= "android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name= "android.permission.CAMERA" />
<uses-permission android:name= "android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name= "android.permission.READ_EXTERNAL_STORAGE" />
<application android:label= "TomAIto.App.Android" android:theme= "@style/MainTheme" android:name= "android.app.Application" android:allowBackup= "true" android:icon= "@mipmap/icon" android:debuggable= "true" android:extractNativeLibs= "true" >
<provider android:name= "androidx.core.content.FileProvider" android:authorities= "com.companyname.tomaito.app.fileprovider" android:exported= "false" android:grantUriPermissions= "true" >
<meta-data android:name= "android.support.FILE_PROVIDER_PATHS" android:resource= "@xml/file_paths" > </meta-data>
</provider>
<activity android:configChanges= "orientation|smallestScreenSize|screenLayout|screenSize|uiMode" android:icon= "@mipmap/icon" android:label= "TomAIto.App" android:theme= "@style/MainTheme" android:name= "crc6469af9eefcc62044b.MainActivity" android:exported= "true" >
<intent-filter >
<action android:name= "android.intent.action.MAIN" />
<category android:name= "android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:configChanges= "orientation|screenSize|uiMode" android:exported= "false" android:name= "crc646957603ea1820544.MediaPickerActivity" />
<service android:name= "crc64396a3fe5f8138e3f.KeepAliveService" />
<receiver android:enabled= "true" android:exported= "false" android:label= "Essentials Battery Broadcast Receiver" android:name= "crc64a0e0a82d0db9a07d.BatteryBroadcastReceiver" />
<receiver android:enabled= "true" android:exported= "false" android:label= "Essentials Energy Saver Broadcast Receiver" android:name= "crc64a0e0a82d0db9a07d.EnergySaverBroadcastReceiver" />
<receiver android:enabled= "true" android:exported= "false" android:label= "Essentials Connectivity Broadcast Receiver" android:name= "crc64a0e0a82d0db9a07d.ConnectivityBroadcastReceiver" />
<activity android:configChanges= "orientation|screenSize" android:name= "crc64a0e0a82d0db9a07d.IntermediateActivity" />
<provider android:authorities= "com.companyname.tomaito.app.fileProvider" android:exported= "false" android:grantUriPermissions= "true" android:name= "xamarin.essentials.fileProvider" >
<meta-data android:name= "android.support.FILE_PROVIDER_PATHS" android:resource= "@xml/xamarin_essentials_fileprovider_file_paths" />
</provider>
<activity android:configChanges= "orientation|screenSize" android:name= "crc64a0e0a82d0db9a07d.WebAuthenticatorIntermediateActivity" />
<receiver android:enabled= "true" android:exported= "false" android:name= "crc643f46942d9dd1fff9.PowerSaveModeBroadcastReceiver" />
<provider android:name= "mono.MonoRuntimeProvider" android:exported= "false" android:initOrder= "1999999999" android:authorities= "com.companyname.tomaito.app.mono.MonoRuntimeProvider.__mono_init__" />
</application>
</manifest>