Crossplatform App der Caritas (Versuch).
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

AndroidManifest.xml 3.3KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. This code was generated by a tool.
  4. It was generated from D:\Work\Caritas\CaritasApp\CaritasApp.Android\Properties\AndroidManifest.xml
  5. Changes to this file may cause incorrect behavior and will be lost if
  6. the contents are regenerated.
  7. -->
  8. <manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="ch.integrate.caritasapp" android:installLocation="auto">
  9. <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30" />
  10. <uses-permission android:name="android.permission.INTERNET" />
  11. <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
  12. <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
  13. <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">
  14. <activity android:configChanges="orientation|smallestScreenSize|screenLayout|screenSize|uiMode" android:icon="@mipmap/icon" android:label="CaritasApp" android:theme="@style/MainTheme" android:name="crc6450c442a85ba60a22.MainActivity">
  15. <intent-filter>
  16. <action android:name="android.intent.action.MAIN" />
  17. <category android:name="android.intent.category.LAUNCHER" />
  18. </intent-filter>
  19. </activity>
  20. <service android:name="crc64396a3fe5f8138e3f.KeepAliveService" />
  21. <receiver android:enabled="true" android:exported="false" android:label="Essentials Battery Broadcast Receiver" android:name="crc64a0e0a82d0db9a07d.BatteryBroadcastReceiver" />
  22. <receiver android:enabled="true" android:exported="false" android:label="Essentials Energy Saver Broadcast Receiver" android:name="crc64a0e0a82d0db9a07d.EnergySaverBroadcastReceiver" />
  23. <receiver android:enabled="true" android:exported="false" android:label="Essentials Connectivity Broadcast Receiver" android:name="crc64a0e0a82d0db9a07d.ConnectivityBroadcastReceiver" />
  24. <activity android:configChanges="orientation|screenSize" android:name="crc64a0e0a82d0db9a07d.IntermediateActivity" />
  25. <provider android:authorities="ch.integrate.caritasapp.fileProvider" android:exported="false" android:grantUriPermissions="true" android:name="xamarin.essentials.fileProvider">
  26. <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/xamarin_essentials_fileprovider_file_paths" />
  27. </provider>
  28. <activity android:configChanges="orientation|screenSize" android:name="crc64a0e0a82d0db9a07d.WebAuthenticatorIntermediateActivity" />
  29. <receiver android:enabled="true" android:exported="false" android:name="crc643f46942d9dd1fff9.PowerSaveModeBroadcastReceiver" />
  30. <provider android:name="mono.MonoRuntimeProvider" android:exported="false" android:initOrder="1999999999" android:authorities="ch.integrate.caritasapp.mono.MonoRuntimeProvider.__mono_init__" />
  31. <!--suppress ExportedReceiver-->
  32. <receiver android:name="mono.android.Seppuku">
  33. <intent-filter>
  34. <action android:name="mono.android.intent.action.SEPPUKU" />
  35. <category android:name="mono.android.intent.category.SEPPUKU.ch.integrate.caritasapp" />
  36. </intent-filter>
  37. </receiver>
  38. </application>
  39. </manifest>