Przeprowadzka
This commit is contained in:
+53
@@ -0,0 +1,53 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Ten kod został wygenerowany przez narzędzie.
|
||||
Został on wygenerowany na podstawie pliku /Users/krzysiek/Projekty/Aplikacje/PRYWATNE/Studia/LABY_PIOTREK/HomePantry/Platforms/Android/AndroidManifest.xml
|
||||
Zmiany w tym pliku mogą powodować niepoprawne zachowanie i zostaną utracone
|
||||
w przypadku ponownego wygenerowania zawartości.
|
||||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" package="com.companyname.homepantry" android:versionCode="1" android:versionName="1.0">
|
||||
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="36" />
|
||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<permission android:name="com.companyname.homepantry.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" android:protectionLevel="signature" />
|
||||
<uses-permission android:name="com.companyname.homepantry.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" />
|
||||
<application android:name="crc64fc4c74b2441f3613.MainApplication" android:allowBackup="true" android:appComponentFactory="androidx.core.app.CoreComponentFactory" android:debuggable="true" android:extractNativeLibs="true" android:icon="@mipmap/appicon" android:label="HomePantry" android:roundIcon="@mipmap/appicon_round" android:supportsRtl="true">
|
||||
<activity android:name="crc64fc4c74b2441f3613.MainActivity" android:configChanges="density|orientation|smallestScreenSize|screenLayout|screenSize|uiMode" android:exported="true" android:launchMode="singleTop" 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="false" />
|
||||
<provider android:name="microsoft.maui.essentials.fileProvider" android:authorities="com.companyname.homepantry.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="false" />
|
||||
<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.homepantry.mono.MonoRuntimeProvider.__mono_init__" android:exported="false" android:initOrder="1999999999" />
|
||||
<provider android:name="androidx.startup.InitializationProvider" android:authorities="com.companyname.homepantry.androidx-startup" android:exported="false" tools:node="merge">
|
||||
<meta-data android:name="androidx.profileinstaller.ProfileInstallerInitializer" android:value="androidx.startup" />
|
||||
<meta-data android:name="androidx.lifecycle.ProcessLifecycleInitializer" android:value="androidx.startup" />
|
||||
<meta-data android:name="androidx.emoji2.text.EmojiCompatInitializer" android:value="androidx.startup" />
|
||||
</provider>
|
||||
<receiver android:name="androidx.profileinstaller.ProfileInstallReceiver" android:directBootAware="false" android:enabled="true" android:exported="true" android:permission="android.permission.DUMP">
|
||||
<intent-filter>
|
||||
<action android:name="androidx.profileinstaller.action.INSTALL_PROFILE" />
|
||||
</intent-filter>
|
||||
<intent-filter>
|
||||
<action android:name="androidx.profileinstaller.action.SKIP_FILE" />
|
||||
</intent-filter>
|
||||
<intent-filter>
|
||||
<action android:name="androidx.profileinstaller.action.SAVE_PROFILE" />
|
||||
</intent-filter>
|
||||
<intent-filter>
|
||||
<action android:name="androidx.profileinstaller.action.BENCHMARK_OPERATION" />
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<uses-library android:name="androidx.window.extensions" android:required="false" />
|
||||
<uses-library android:name="androidx.window.sidecar" android:required="false" />
|
||||
</application>
|
||||
</manifest>
|
||||
Reference in New Issue
Block a user