| 123456789101112131415161718192021222324252627282930313233343536373839 |
- <?xml version="1.0" encoding="utf-8"?>
- <!--
- This code was generated by a tool.
- It was generated from D:\Work\Caritas\CaritasApp\CaritasApp.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:versionCode="1" android:versionName="1.0" package="ch.integrate.caritasapp" android:installLocation="auto">
- <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30" />
- <uses-permission android:name="android.permission.INTERNET" />
- <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
- <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
- <application android:label="CaritasApp.Android" android:theme="@style/MainTheme" android:icon="@mipmap/icon" android:name="android.app.Application" android:allowBackup="true" android:debuggable="true" android:extractNativeLibs="true">
- <activity android:configChanges="orientation|smallestScreenSize|screenLayout|screenSize|uiMode" android:icon="@mipmap/icon" android:label="CaritasApp" android:theme="@style/MainTheme" android:name="crc6450c442a85ba60a22.MainActivity">
- <intent-filter>
- <action android:name="android.intent.action.MAIN" />
- <category android:name="android.intent.category.LAUNCHER" />
- </intent-filter>
- </activity>
- <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="ch.integrate.caritasapp.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="ch.integrate.caritasapp.mono.MonoRuntimeProvider.__mono_init__" />
- <!--suppress ExportedReceiver-->
- <receiver android:name="mono.android.Seppuku">
- <intent-filter>
- <action android:name="mono.android.intent.action.SEPPUKU" />
- <category android:name="mono.android.intent.category.SEPPUKU.ch.integrate.caritasapp" />
- </intent-filter>
- </receiver>
- </application>
- </manifest>
|