Session v1.18.2版本的 MD5 值为:92ce129e957021e1a845dcaca5ce957d

以下内容为反编译后的 Session v1.18.2 -- AndroidManifest.xml 源代码,内容仅作参考


<?xml version="1.0" encoding="utf-8"?>
<manifest android:versionCode="3702" android:versionName="1.18.2" android:compileSdkVersion="34" android:compileSdkVersionCodename="14" package="network.loki.messenger" platformBuildVersionCode="34" platformBuildVersionName="14"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <uses-sdk android:minSdkVersion="23" android:targetSdkVersion="34" />
    <permission android:label="Access to Session secrets" android:name="network.loki.messenger.ACCESS_SESSION_SECRETS" android:protectionLevel="signature" />
    <uses-feature android:name="android.hardware.camera" android:required="false" />
    <uses-feature android:name="android.hardware.bluetooth" android:required="false" />
    <uses-feature android:name="android.hardware.microphone" android:required="false" />
    <uses-feature android:name="android.hardware.wifi" android:required="false" />
    <uses-feature android:name="android.hardware.portrait" android:required="false" />
    <uses-feature android:name="android.hardware.touchscreen" android:required="false" />
    <uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
    <uses-permission android:name="android.permission.BLUETOOTH" />
    <uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />
    <uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
    <uses-permission android:name="android.permission.USE_FINGERPRINT" />
    <uses-permission android:name="android.permission.FOREGROUND_SERVICE_SPECIAL_USE" />
    <uses-permission android:name="android.permission.FOREGROUND_SERVICE_MICROPHONE" />
    <uses-permission android:name="network.loki.messenger.ACCESS_SESSION_SECRETS" />
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
    <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
    <uses-permission android:name="android.permission.READ_MEDIA_IMAGES" />
    <uses-permission android:name="android.permission.READ_MEDIA_VIDEO" />
    <uses-permission android:name="android.permission.READ_MEDIA_AUDIO" />
    <uses-permission android:name="android.permission.CAMERA" />
    <uses-permission android:name="android.permission.RECORD_AUDIO" />
    <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
    <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
    <uses-permission android:name="android.permission.VIBRATE" />
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
    <uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />
    <uses-permission android:name="android.permission.WAKE_LOCK" />
    <uses-permission android:name="android.permission.INTERNET" />
    <uses-permission android:name="android.permission.READ_SYNC_SETTINGS" />
    <uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS" />
    <uses-permission android:name="android.permission.INSTALL_SHORTCUT" />
    <uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />
    <uses-permission android:name="android.permission.BROADCAST_STICKY" />
    <uses-permission android:name="android.permission.DISABLE_KEYGUARD" />
    <uses-permission android:name="android.permission.RAISED_THREAD_PRIORITY" />
    <uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" />
    <uses-permission android:name="android.permission.USE_FULL_SCREEN_INTENT" />
    <queries>
        <intent>
            <action android:name="android.media.action.IMAGE_CAPTURE" />
        </intent>
    </queries>
    <permission android:name="network.loki.messenger.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" android:protectionLevel="signature" />
    <uses-permission android:name="network.loki.messenger.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" />
    <uses-permission android:name="com.sec.android.provider.badge.permission.READ" />
    <uses-permission android:name="com.sec.android.provider.badge.permission.WRITE" />
    <uses-permission android:name="com.htc.launcher.permission.READ_SETTINGS" />
    <uses-permission android:name="com.htc.launcher.permission.UPDATE_SHORTCUT" />
    <uses-permission android:name="com.sonyericsson.home.permission.BROADCAST_BADGE" />
    <uses-permission android:name="com.sonymobile.home.permission.PROVIDER_INSERT_BADGE" />
    <uses-permission android:name="com.anddoes.launcher.permission.UPDATE_COUNT" />
    <uses-permission android:name="com.majeur.launcher.permission.UPDATE_BADGE" />
    <uses-permission android:name="com.huawei.android.launcher.permission.CHANGE_BADGE" />
    <uses-permission android:name="com.huawei.android.launcher.permission.READ_SETTINGS" />
    <uses-permission android:name="com.huawei.android.launcher.permission.WRITE_SETTINGS" />
    <uses-permission android:name="android.permission.READ_APP_BADGE" />
    <uses-permission android:name="com.oppo.launcher.permission.READ_SETTINGS" />
    <uses-permission android:name="com.oppo.launcher.permission.WRITE_SETTINGS" />
    <uses-permission android:name="me.everything.badger.permission.BADGE_COUNT_READ" />
    <uses-permission android:name="me.everything.badger.permission.BADGE_COUNT_WRITE" />
    <application android:theme="@style/Theme.Session.DayNight" android:label="@string/app_name" android:icon="@mipmap/ic_launcher" android:name="org.thoughtcrime.securesms.ApplicationContext" android:allowBackup="false" android:largeHeap="true" android:supportsRtl="true" android:extractNativeLibs="false" android:networkSecurityConfig="@xml/network_security_configuration" android:appComponentFactory="androidx.core.app.CoreComponentFactory">
        <service android:name="org.thoughtcrime.securesms.notifications.FirebasePushService" android:enabled="true" android:exported="false">
            <intent-filter>
                <action android:name="com.google.firebase.MESSAGING_EVENT" />
            </intent-filter>
        </service>
        <meta-data android:name="firebase_analytics_collection_deactivated" android:value="true" />
        <meta-data android:name="firebase_crashlytics_collection_enabled" android:value="false" />
        <meta-data android:name="google_analytics_ssaid_collection_enabled" android:value="false" />
        <meta-data android:name="google_analytics_adid_collection_enabled" android:value="false" />
        <meta-data android:name="firebase_messaging_auto_init_enabled" android:value="false" />
        <activity android:theme="@style/Theme.Session.DayNight.FlatActionBar" android:name="org.thoughtcrime.securesms.onboarding.LandingActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/Theme.Session.DayNight.FlatActionBar" android:name="org.thoughtcrime.securesms.onboarding.RegisterActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/Theme.Session.DayNight.FlatActionBar" android:name="org.thoughtcrime.securesms.onboarding.LinkDeviceActivity" android:screenOrientation="portrait" android:windowSoftInputMode="adjustResize" />
        <activity android:theme="@style/Theme.Session.DayNight.FlatActionBar" android:name="org.thoughtcrime.securesms.onboarding.DisplayNameActivity" android:screenOrientation="portrait" android:windowSoftInputMode="adjustResize" />
        <activity android:theme="@style/Theme.Session.DayNight.FlatActionBar" android:name="org.thoughtcrime.securesms.onboarding.PNModeActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/Theme.Session.DayNight.NoActionBar" android:name="org.thoughtcrime.securesms.home.HomeActivity" android:launchMode="singleTask" android:screenOrientation="portrait" />
        <activity-alias android:name="network.loki.messenger.RoutingActivity" android:exported="true" android:targetActivity="org.thoughtcrime.securesms.home.HomeActivity">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
                <category android:name="android.intent.category.MULTIWINDOW_LAUNCHER" />
            </intent-filter>
            <meta-data android:name="com.sec.minimode.icon.portrait.normal" android:resource="@mipmap/ic_launcher" />
            <meta-data android:name="com.sec.minimode.icon.landscape.normal" android:resource="@mipmap/ic_launcher" />
        </activity-alias>
        <activity android:label="@string/activity_message_requests_title" android:name="org.thoughtcrime.securesms.messagerequests.MessageRequestsActivity" android:exported="false" android:screenOrientation="portrait" />
        <activity android:label="@string/activity_settings_title" android:name="org.thoughtcrime.securesms.preferences.SettingsActivity" android:screenOrientation="portrait" />
        <activity android:name="org.thoughtcrime.securesms.home.PathActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/Theme.Session.DayNight.FlatActionBar" android:name="org.thoughtcrime.securesms.preferences.QRCodeActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/Theme.Session.DayNight.FlatActionBar" android:label="@string/blocked_contacts_title" android:name="org.thoughtcrime.securesms.preferences.BlockedContactsActivity" android:screenOrientation="portrait" />
        <activity android:label="@string/activity_edit_closed_group_title" android:name="org.thoughtcrime.securesms.groups.EditClosedGroupActivity" android:screenOrientation="portrait" />
        <activity android:name="org.thoughtcrime.securesms.onboarding.SeedActivity" android:screenOrientation="portrait" />
        <activity android:name="org.thoughtcrime.securesms.contacts.SelectContactsActivity" android:screenOrientation="portrait" />
        <activity android:label="@string/activity_privacy_settings_title" android:name="org.thoughtcrime.securesms.preferences.PrivacySettingsActivity" android:screenOrientation="portrait" />
        <activity android:name="org.thoughtcrime.securesms.preferences.NotificationSettingsActivity" android:screenOrientation="portrait" />
        <activity android:name="org.thoughtcrime.securesms.preferences.ChatSettingsActivity" android:screenOrientation="portrait" />
        <activity android:label="@string/activity_help_settings_title" android:name="org.thoughtcrime.securesms.preferences.HelpSettingsActivity" android:screenOrientation="portrait" />
        <activity android:name="org.thoughtcrime.securesms.preferences.appearance.AppearanceSettingsActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/Theme.Session.DayNight.NoActionBar" android:name="org.thoughtcrime.securesms.conversation.disappearingmessages.DisappearingMessagesActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/Theme.TextSecure.DayNight.NoActionBar" android:name="org.thoughtcrime.securesms.ShareActivity" android:exported="true" android:taskAffinity="" android:excludeFromRecents="true" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|touchscreen" android:windowSoftInputMode="stateHidden" android:noHistory="true">
            <intent-filter>
                <action android:name="android.intent.action.SEND" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:mimeType="audio/*" />
                <data android:mimeType="image/*" />
                <data android:mimeType="text/plain" />
                <data android:mimeType="video/*" />
                <data android:mimeType="application/*" />
                <data android:mimeType="text/*" />
                <data android:mimeType="*/*" />
            </intent-filter>
            <meta-data android:name="android.service.chooser.chooser_target_service" android:value=".service.DirectShareService" />
        </activity>
        <activity android:theme="@style/Theme.Session.DayNight.NoActionBar" android:name="org.thoughtcrime.securesms.conversation.v2.ConversationActivityV2" android:screenOrientation="portrait" android:windowSoftInputMode="adjustResize" android:parentActivityName="org.thoughtcrime.securesms.home.HomeActivity">
            <meta-data android:name="android.support.PARENT_ACTIVITY" android:value="org.thoughtcrime.securesms.home.HomeActivity" />
        </activity>
        <activity android:theme="@style/Theme.Session.DayNight" android:name="org.thoughtcrime.securesms.conversation.v2.MessageDetailActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/NoAnimation.Theme.AppCompat.Light.DarkActionBar" android:name="org.thoughtcrime.securesms.DatabaseUpgradeActivity" android:launchMode="singleTask" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|touchscreen" />
        <activity android:theme="@style/Theme.Session.DayNight.NoActionBar" android:name="org.thoughtcrime.securesms.PassphrasePromptActivity" android:launchMode="singleTask" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|touchscreen" />
        <activity android:theme="@style/Theme.Session.DayNight.NoActionBar" android:name="org.thoughtcrime.securesms.giph.ui.GiphyActivity" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|touchscreen" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/Theme.Session.DayNight.NoActionBar" android:name="org.thoughtcrime.securesms.mediasend.MediaSendActivity" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|touchscreen" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/Theme.Session.DayNight.NoActionBar" android:label="@string/AndroidManifest__media_preview" android:name="org.thoughtcrime.securesms.MediaPreviewActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|touchscreen" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/Theme.Session.DayNight.NoActionBar" android:name="org.thoughtcrime.securesms.MediaOverviewActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|touchscreen" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@android:style/Theme.NoDisplay" android:name="org.thoughtcrime.securesms.DummyActivity" android:enabled="true" android:finishOnTaskLaunch="true" android:clearTaskOnLaunch="true" android:stateNotNeeded="true" android:excludeFromRecents="true" android:alwaysRetainTaskState="false" android:allowTaskReparenting="true" android:noHistory="true" />
        <activity android:theme="@style/Theme.Session.ForceDark" android:name="org.thoughtcrime.securesms.scribbles.StickerSelectActivity" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|touchscreen" />
        <activity android:theme="@style/Theme.AppCompat" android:name="com.theartofdev.edmodo.cropper.CropImageActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/Theme.Session.DayNight.NoActionBar" android:name="org.thoughtcrime.securesms.ShortcutLauncherActivity" android:exported="true" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|touchscreen" />
        <activity android:theme="@style/Theme.Session.CallActivity" android:name="org.thoughtcrime.securesms.calls.WebRtcCallActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:parentActivityName="org.thoughtcrime.securesms.home.HomeActivity" android:showForAllUsers="true">
            <meta-data android:name="android.support.PARENT_ACTIVITY" android:value="org.thoughtcrime.securesms.home.HomeActivity" />
        </activity>
        <service android:name="org.thoughtcrime.securesms.service.WebRtcCallService" android:enabled="true" android:exported="false" android:foregroundServiceType="microphone" />
        <service android:name="org.thoughtcrime.securesms.service.KeyCachingService" android:enabled="true" android:exported="false" android:foregroundServiceType="specialUse" />
        <service android:name="org.thoughtcrime.securesms.service.DirectShareService" android:permission="android.permission.BIND_CHOOSER_TARGET_SERVICE" android:exported="true">
            <intent-filter>
                <action android:name="android.service.chooser.ChooserTargetService" />
            </intent-filter>
        </service>
        <service android:name="org.thoughtcrime.securesms.service.GenericForegroundService" />
        <receiver android:name="org.thoughtcrime.securesms.notifications.MarkReadReceiver" android:enabled="true" android:exported="false">
            <intent-filter>
                <action android:name="network.loki.securesms.notifications.CLEAR" />
            </intent-filter>
        </receiver>
        <receiver android:name="org.thoughtcrime.securesms.notifications.RemoteReplyReceiver" android:enabled="true" android:exported="false">
            <intent-filter>
                <action android:name="network.loki.securesms.notifications.WEAR_REPLY" />
            </intent-filter>
        </receiver>
        <receiver android:name="org.thoughtcrime.securesms.notifications.AndroidAutoHeardReceiver" android:exported="false">
            <intent-filter>
                <action android:name="network.loki.securesms.notifications.ANDROID_AUTO_HEARD" />
            </intent-filter>
        </receiver>
        <receiver android:name="org.thoughtcrime.securesms.notifications.AndroidAutoReplyReceiver" android:exported="false">
            <intent-filter>
                <action android:name="network.loki.securesms.notifications.ANDROID_AUTO_REPLY" />
            </intent-filter>
        </receiver>
        <receiver android:name="org.thoughtcrime.securesms.service.ExpirationListener" />
        <provider android:name="org.thoughtcrime.securesms.providers.PartProvider" android:exported="false" android:authorities="network.loki.provider.securesms" android:grantUriPermissions="true" />
        <provider android:name="androidx.core.content.FileProvider" android:exported="false" android:authorities="network.loki.securesms.fileprovider" android:grantUriPermissions="true">
            <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_provider_paths" />
        </provider>
        <provider android:name="org.thoughtcrime.securesms.database.DatabaseContentProviders$Conversation" android:exported="false" android:authorities="network.loki.securesms.database.conversation" />
        <provider android:name="org.thoughtcrime.securesms.database.DatabaseContentProviders$ConversationList" android:exported="false" android:authorities="network.loki.securesms.database.conversationlist" />
        <provider android:name="org.thoughtcrime.securesms.database.DatabaseContentProviders$Attachment" android:exported="false" android:authorities="network.loki.securesms.database.attachment" />
        <provider android:name="org.thoughtcrime.securesms.database.DatabaseContentProviders$Sticker" android:exported="false" android:authorities="network.loki.securesms.database.sticker" />
        <provider android:name="org.thoughtcrime.securesms.database.DatabaseContentProviders$StickerPack" android:exported="false" android:authorities="network.loki.securesms.database.stickerpack" />
        <provider android:name="org.thoughtcrime.securesms.database.DatabaseContentProviders$Recipient" android:exported="false" android:authorities="network.loki.securesms.database.recipient" />
        <receiver android:name="org.thoughtcrime.securesms.service.BootReceiver" android:exported="true">
            <intent-filter>
                <action android:name="android.intent.action.BOOT_COMPLETED" />
                <action android:name="network.loki.securesms.RESTART" />
            </intent-filter>
        </receiver>
        <receiver android:name="org.thoughtcrime.securesms.service.PersistentConnectionBootListener" android:exported="true">
            <intent-filter>
                <action android:name="android.intent.action.BOOT_COMPLETED" />
            </intent-filter>
        </receiver>
        <receiver android:name="org.thoughtcrime.securesms.notifications.LocaleChangedReceiver" android:exported="true">
            <intent-filter>
                <action android:name="android.intent.action.LOCALE_CHANGED" />
            </intent-filter>
        </receiver>
        <receiver android:name="org.thoughtcrime.securesms.notifications.DeleteNotificationReceiver" android:exported="true">
            <intent-filter>
                <action android:name="network.loki.securesms.DELETE_NOTIFICATION" />
            </intent-filter>
        </receiver>
        <receiver android:name="org.thoughtcrime.securesms.service.PanicResponderListener" android:exported="false">
            <intent-filter>
                <action android:name="info.guardianproject.panic.action.TRIGGER" />
            </intent-filter>
        </receiver>
        <receiver android:name="org.thoughtcrime.securesms.notifications.BackgroundPollWorker$BootBroadcastReceiver" android:enabled="true" android:exported="true">
            <intent-filter>
                <action android:name="android.intent.action.BOOT_COMPLETED" />
            </intent-filter>
        </receiver>
        <service android:name="org.thoughtcrime.securesms.jobmanager.KeepAliveService" android:enabled="@bool/enable_alarm_manager" />
        <uses-library android:name="com.sec.android.app.multiwindow" android:required="false" />
        <meta-data android:name="com.sec.android.support.multiwindow" android:value="true" />
        <meta-data android:name="com.sec.android.multiwindow.DEFAULT_SIZE_W" android:value="632.0dip" />
        <meta-data android:name="com.sec.android.multiwindow.DEFAULT_SIZE_H" android:value="598.0dip" />
        <meta-data android:name="com.sec.android.multiwindow.MINIMUM_SIZE_W" android:value="632.0dip" />
        <meta-data android:name="com.sec.android.multiwindow.MINIMUM_SIZE_H" android:value="598.0dip" />
        <provider android:name="androidx.startup.InitializationProvider" android:exported="false" android:authorities="network.loki.messenger.androidx-startup">
            <meta-data android:name="androidx.work.WorkManagerInitializer" android:value="androidx.startup" />
            <meta-data android:name="androidx.emoji2.text.EmojiCompatInitializer" android:value="androidx.startup" />
            <meta-data android:name="androidx.lifecycle.ProcessLifecycleInitializer" android:value="androidx.startup" />
            <meta-data android:name="androidx.profileinstaller.ProfileInstallerInitializer" android:value="androidx.startup" />
        </provider>
        <service android:name="androidx.work.impl.background.systemalarm.SystemAlarmService" android:enabled="@bool/enable_system_alarm_service_default" android:exported="false" android:directBootAware="false" />
        <service android:name="androidx.work.impl.background.systemjob.SystemJobService" android:permission="android.permission.BIND_JOB_SERVICE" android:enabled="@bool/enable_system_job_service_default" android:exported="true" android:directBootAware="false" />
        <service android:name="androidx.work.impl.foreground.SystemForegroundService" android:enabled="@bool/enable_system_foreground_service_default" android:exported="false" android:directBootAware="false" />
        <receiver android:name="androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver" android:enabled="true" android:exported="false" android:directBootAware="false" />
        <receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy" android:enabled="false" android:exported="false" android:directBootAware="false">
            <intent-filter>
                <action android:name="android.intent.action.ACTION_POWER_CONNECTED" />
                <action android:name="android.intent.action.ACTION_POWER_DISCONNECTED" />
            </intent-filter>
        </receiver>
        <receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy" android:enabled="false" android:exported="false" android:directBootAware="false">
            <intent-filter>
                <action android:name="android.intent.action.BATTERY_OKAY" />
                <action android:name="android.intent.action.BATTERY_LOW" />
            </intent-filter>
        </receiver>
        <receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy" android:enabled="false" android:exported="false" android:directBootAware="false">
            <intent-filter>
                <action android:name="android.intent.action.DEVICE_STORAGE_LOW" />
                <action android:name="android.intent.action.DEVICE_STORAGE_OK" />
            </intent-filter>
        </receiver>
        <receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy" android:enabled="false" android:exported="false" android:directBootAware="false">
            <intent-filter>
                <action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
            </intent-filter>
        </receiver>
        <receiver android:name="androidx.work.impl.background.systemalarm.RescheduleReceiver" android:enabled="false" android:exported="false" android:directBootAware="false">
            <intent-filter>
                <action android:name="android.intent.action.BOOT_COMPLETED" />
                <action android:name="android.intent.action.TIME_SET" />
                <action android:name="android.intent.action.TIMEZONE_CHANGED" />
            </intent-filter>
        </receiver>
        <receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver" android:enabled="@bool/enable_system_alarm_service_default" android:exported="false" android:directBootAware="false">
            <intent-filter>
                <action android:name="androidx.work.impl.background.systemalarm.UpdateProxies" />
            </intent-filter>
        </receiver>
        <receiver android:name="androidx.work.impl.diagnostics.DiagnosticsReceiver" android:permission="android.permission.DUMP" android:enabled="true" android:exported="true" android:directBootAware="false">
            <intent-filter>
                <action android:name="androidx.work.diagnostics.REQUEST_DIAGNOSTICS" />
            </intent-filter>
        </receiver>
        <service android:name="com.google.firebase.messaging.FirebaseMessagingService" android:exported="false">
            <intent-filter android:priority="-500">
                <action android:name="com.google.firebase.MESSAGING_EVENT" />
            </intent-filter>
        </service>
        <service android:name="com.google.firebase.components.ComponentDiscoveryService" android:exported="false">
            <meta-data android:name="com.google.firebase.components:com.google.firebase.iid.Registrar" android:value="com.google.firebase.components.ComponentRegistrar" />
        </service>
        <receiver android:name="com.google.firebase.iid.FirebaseInstanceIdReceiver" android:permission="com.google.android.c2dm.permission.SEND" android:exported="true">
            <intent-filter>
                <action android:name="com.google.android.c2dm.intent.RECEIVE" />
            </intent-filter>
        </receiver>
        <provider android:name="com.google.firebase.provider.FirebaseInitProvider" android:exported="false" android:authorities="network.loki.messenger.firebaseinitprovider" android:initOrder="100" />
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.google.android.gms.common.api.GoogleApiActivity" android:exported="false" />
        <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
        <activity android:name="androidx.compose.ui.tooling.PreviewActivity" android:exported="true" />
        <uses-library android:name="androidx.window.extensions" android:required="false" />
        <uses-library android:name="androidx.window.sidecar" android:required="false" />
        <provider android:name="com.klinker.android.send_message.MmsFileProvider" android:enabled="true" android:exported="false" android:authorities="network.loki.messenger.MmsFileProvider" android:grantUriPermissions="true" />
        <service android:name="androidx.room.MultiInstanceInvalidationService" android:exported="false" android:directBootAware="true" />
        <receiver android:name="androidx.profileinstaller.ProfileInstallReceiver" android:permission="android.permission.DUMP" android:enabled="true" android:exported="true" android:directBootAware="false">
            <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>
    </application>
</manifest>