Crossplatform App der Caritas (Versuch).
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

AndroidManifest.xml 3.4KB

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" package="ch.integrate.caritasapp" android:installLocation="auto" android:versionCode="1" android:versionName="1.0">
  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:name="android.app.Application" android:allowBackup="true" android:appComponentFactory="androidx.core.app.CoreComponentFactory" android:debuggable="true" android:extractNativeLibs="true" android:icon="@mipmap/icon" android:label="CaritasApp.Android" android:theme="@style/MainTheme">
  14. <activity android:name="crc6450c442a85ba60a22.MainActivity" android:configChanges="orientation|smallestScreenSize|screenLayout|screenSize|uiMode" android:icon="@mipmap/icon" android:label="CaritasApp" android:theme="@style/MainTheme">
  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:name="crc64a0e0a82d0db9a07d.BatteryBroadcastReceiver" android:enabled="true" android:exported="false" android:label="Essentials Battery Broadcast Receiver" />
  22. <receiver android:name="crc64a0e0a82d0db9a07d.EnergySaverBroadcastReceiver" android:enabled="true" android:exported="false" android:label="Essentials Energy Saver Broadcast Receiver" />
  23. <receiver android:name="crc64a0e0a82d0db9a07d.ConnectivityBroadcastReceiver" android:enabled="true" android:exported="false" android:label="Essentials Connectivity Broadcast Receiver" />
  24. <activity android:name="crc64a0e0a82d0db9a07d.IntermediateActivity" android:configChanges="orientation|screenSize" />
  25. <provider android:name="xamarin.essentials.fileProvider" android:authorities="ch.integrate.caritasapp.fileProvider" android:exported="false" android:grantUriPermissions="true">
  26. <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/xamarin_essentials_fileprovider_file_paths" />
  27. </provider>
  28. <activity android:name="crc64a0e0a82d0db9a07d.WebAuthenticatorIntermediateActivity" android:configChanges="orientation|screenSize" />
  29. <receiver android:name="crc643f46942d9dd1fff9.PowerSaveModeBroadcastReceiver" android:enabled="true" android:exported="false" />
  30. <provider android:name="mono.MonoRuntimeProvider" android:authorities="ch.integrate.caritasapp.mono.MonoRuntimeProvider.__mono_init__" android:exported="false" android:initOrder="1999999999" />
  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>