APK逆向工程 - "File Manager + v3.4.4" 源代码分析


源码分析说明


当前分析文件:File Manager + v3.4.4 -- AndroidManifest.xml

本分析报告仅用于安全研究目的,禁止用于任何非法用途。所有操作均需遵守当地法律法规。


<?xml version="1.0" encoding="utf-8"?>
<manifest android:versionCode="2103044" android:versionName="3.4.4" android:compileSdkVersion="33" android:compileSdkVersionCodename="13" package="com.alphainventor.filemanager" platformBuildVersionCode="33" platformBuildVersionName="13" requiredSplitTypes="" splitTypes=""
  xmlns:android="http://schemas.android.com/apk/res/android">
    <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="33" />
    <uses-permission android:name="com.android.vending.BILLING" />
    <supports-screens android:anyDensity="true" android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:xlargeScreens="true" />
    <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" android:maxSdkVersion="32" />
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" android:maxSdkVersion="32" />
    <uses-permission android:name="android.permission.INTERNET" />
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
    <uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
    <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
    <uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
    <uses-permission android:name="android.permission.WAKE_LOCK" />
    <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
    <uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />
    <uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
    <uses-permission android:name="android.permission.GET_ACCOUNTS" android:maxSdkVersion="26" />
    <uses-permission-sdk-23 android:name="android.permission.PACKAGE_USAGE_STATS" />
    <uses-permission-sdk-23 android:name="android.permission.REQUEST_DELETE_PACKAGES" />
    <uses-permission-sdk-23 android:name="android.permission.FOREGROUND_SERVICE" />
    <uses-permission-sdk-23 android:name="android.permission.MANAGE_EXTERNAL_STORAGE" />
    <uses-permission-sdk-23 android:name="android.permission.QUERY_ALL_PACKAGES" />
    <uses-permission-sdk-23 android:name="com.google.android.gms.permission.AD_ID" />
    <uses-permission-sdk-23 android:name="android.permission.POST_NOTIFICATIONS" />
    <uses-permission android:name="android.permission.VIBRATE" />
    <uses-feature android:name="android.hardware.usb.host" android:required="false" />
    <uses-feature android:name="android.hardware.bluetooth" android:required="false" />
    <uses-feature android:name="android.hardware.wifi" android:required="false" />
    <uses-feature android:name="android.software.leanback" android:required="false" />
    <uses-feature android:name="android.hardware.touchscreen" android:required="false" />
    <uses-feature android:name="android.hardware.faketouch" android:required="false" />
    <uses-feature android:name="android.hardware.telephony" android:required="false" />
    <uses-feature android:name="android.hardware.camera" android:required="false" />
    <uses-feature android:name="android.hardware.nfc" android:required="false" />
    <uses-feature android:name="android.hardware.location.gps" android:required="false" />
    <uses-feature android:name="android.hardware.microphone" android:required="false" />
    <uses-feature android:name="android.hardware.sensor" android:required="false" />
    <queries>
        <intent>
            <action android:name="com.android.vending.billing.InAppBillingService.BIND" />
        </intent>
        <intent>
            <action android:name="android.intent.action.VIEW" />
            <category android:name="android.intent.category.BROWSABLE" />
            <data android:scheme="https" />
        </intent>
        <intent>
            <action android:name="android.support.customtabs.action.CustomTabsService" />
        </intent>
        <package android:name="com.dropbox.android" />
    </queries>
    <uses-permission android:name="com.google.android.gms.permission.AD_ID" />
    <uses-permission android:name="com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE" />
    <uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
    <permission android:name="com.alphainventor.filemanager.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" android:protectionLevel="signature" />
    <uses-permission android:name="com.alphainventor.filemanager.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" />
    <application android:label="@string/app_name" android:icon="@mipmap/app_icon" android:name="pf.tbock.fyufitkcg.fxsrkrocnvwxvibbeg" android:allowBackup="@bool/enable_backup" android:largeHeap="true" android:supportsRtl="false" android:banner="@drawable/tvbanner" android:fullBackupOnly="true" android:extractNativeLibs="true" android:fullBackupContent="@xml/autobackupscheme" android:usesCleartextTraffic="true" android:networkSecurityConfig="@xml/network_security_config" android:appComponentFactory="androidx.core.app.CoreComponentFactory" android:requestLegacyExternalStorage="true" android:dataExtractionRules="@xml/data_export_rules" android:localeConfig="@xml/locales_config">
        <meta-data android:name="com.google.android.gms.ads.APPLICATION_ID" android:value="ca-app-pub-2353536094017743~6846372328" />
        <uses-library android:name="org.apache.http.legacy" android:required="false" />
        <meta-data android:name="android.max_aspect" android:value="2.4" />
        <meta-data android:name="firebase_analytics_collection_enabled" android:value="false" />
        <activity android:theme="@style/filemanager.AppTheme" android:label="@string/app_name" android:name="com.alphainventor.filemanager.activity.MainActivity" android:exported="true" android:launchMode="singleTop" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:allowTaskReparenting="true" android:resizeableActivity="true">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
                <category android:name="android.intent.category.MONKEY" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LEANBACK_LAUNCHER" />
            </intent-filter>
        </activity>
        <activity android:theme="@style/Theme.AppCompat.Light.DarkActionBar" android:label="@string/open_source_licenses" android:name="com.alphainventor.filemanager.oss.OssLicenseActivity" />
        <activity android:theme="@style/filemanager.AppTheme" android:label="@string/location_archive_viewer" android:name="com.alphainventor.filemanager.activity.ArchiveActivity" android:exported="true" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:resizeableActivity="true">
            <intent-filter>
                <action android:name="android.intent.action.VIEW" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:mimeType="application/zip" />
                <data android:mimeType="multipart/*zip" />
            </intent-filter>
        </activity>
        <activity android:theme="@style/filemanager.AppTheme" android:label="@string/text_editor" android:name="com.alphainventor.filemanager.texteditor.TextEditorActivity" android:exported="true" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:windowSoftInputMode="adjustResize">
            <intent-filter>
                <action android:name="android.intent.action.VIEW" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:mimeType="text/*" android:scheme="file" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.VIEW" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:mimeType="text/*" android:scheme="content" android:host="com.alphainventor.filemanager.fileprovider" />
            </intent-filter>
        </activity>
        <activity android:theme="@style/VideoPlayerTheme" android:label="@string/video_player" android:name="com.alphainventor.filemanager.viewer.VideoPlayerActivity" android:enabled="@bool/enabled_sdk_16" android:exported="true" android:taskAffinity="com.alphainventor.filemanager.videoplayer" android:launchMode="singleTop" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode">
            <intent-filter>
                <action android:name="android.intent.action.VIEW" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:scheme="http" />
                <data android:scheme="https" />
                <data android:scheme="content" />
                <data android:mimeType="video/mp4" />
                <data android:mimeType="video/3gpp" />
                <data android:mimeType="video/webm" />
                <data android:mimeType="video/x-matroska" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.VIEW" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:scheme="file" />
                <data android:mimeType="video/mp4" />
                <data android:mimeType="video/3gpp" />
                <data android:mimeType="video/webm" />
                <data android:mimeType="video/x-matroska" />
            </intent-filter>
            <intent-filter>
                <action android:name="filemanager.intent.videoplayer.action.VIEW_LIST" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>
        <activity android:theme="@style/filemanager.AppTheme" android:name="com.alphainventor.filemanager.activity.SettingsActivity" android:exported="false" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode">
            <intent-filter>
                <action android:name="android.intent.action.APPLICATION_PREFERENCES" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>
        <activity android:theme="@style/Theme.AppCompat" android:name="com.alphainventor.filemanager.activity.DevSettingsActivity" />
        <activity android:theme="@style/TransparentTheme" android:label="@string/menu_open_as" android:icon="@drawable/open_as_icon" android:name="com.alphainventor.filemanager.activity.OpenAsActivity" />
        <activity android:theme="@style/TransparentTheme" android:label="@string/app_name" android:name="com.alphainventor.filemanager.activity.LaunchActivity" android:exported="true" android:launchMode="singleTask">
            <intent-filter>
                <action android:name="com.example.android.uamp.open_ui" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.VIEW" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:mimeType="resource/folder" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.VIEW_DOWNLOADS" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>
        <activity android:theme="@style/TransparentTheme" android:label="" android:name="com.alphainventor.filemanager.activity.ShortcutActivity" android:exported="true" android:taskAffinity="com.alphainventor.filemanager.shortcut">
            <intent-filter>
                <action android:name="com.alphainventor.filemanager.OPEN_SHORTCUT" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>
        <activity android:theme="@style/TransparentTheme" android:label="@string/app_name" android:name="com.alphainventor.filemanager.activity.UsbAttachActivity" android:exported="true">
            <intent-filter>
                <action android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" />
            </intent-filter>
            <meta-data android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" android:resource="@xml/device_filter" />
        </activity>
        <activity android:theme="@style/filemanager.AppTheme" android:label="@string/app_name" android:name="com.alphainventor.filemanager.activity.PickerActivity" android:exported="true">
            <intent-filter>
                <action android:name="android.intent.action.GET_CONTENT" />
                <category android:name="android.intent.category.DEFAULT" />
                <category android:name="android.intent.category.OPENABLE" />
                <data android:mimeType="*/*" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.OPEN_DOCUMENT" />
                <category android:name="android.intent.category.DEFAULT" />
                <category android:name="android.intent.category.OPENABLE" />
                <data android:mimeType="*/*" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.PICK" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:mimeType="*/*" />
            </intent-filter>
        </activity>
        <activity android:theme="@style/TransparentTheme" android:label="@string/app_name" android:name="com.alphainventor.filemanager.activity.SaveToActivity" android:exported="true" android:launchMode="singleTask">
            <intent-filter>
                <action android:name="android.intent.action.SEND" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:mimeType="*/*" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.SEND_MULTIPLE" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:mimeType="*/*" />
            </intent-filter>
        </activity>
        <activity android:theme="@style/filemanager.AppTheme" android:name="com.alphainventor.filemanager.activity.FileProgressActivity" android:launchMode="singleTask" />
        <activity android:theme="@style/filemanager.AppTheme" android:label="@string/image_viewer" android:name="com.alphainventor.filemanager.viewer.ImageViewer" android:exported="false" />
        <activity android:theme="@style/filemanager.AppTheme" android:label="@string/music_player" android:name="com.alphainventor.filemanager.viewer.MusicPlayer" android:exported="false" />
        <activity android:theme="@style/ImageViewerTheme" android:label="@string/image_viewer" android:name="com.alphainventor.filemanager.viewer.ImageViewerActivity" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" />
        <activity android:theme="@style/TransparentTheme" android:name="com.alphainventor.filemanager.activity.SplitApkInstallerActivity" android:exported="true" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode">
            <intent-filter>
                <action android:name="android.intent.action.VIEW" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:scheme="file" />
                <data android:scheme="content" />
                <data android:mimeType="application/x-splitapk" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.VIEW" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:scheme="file" />
                <data android:host="*" />
                <data android:pathPattern=".*\\.apk+" />
                <data android:pathPattern=".*\\..*\\.apk+" />
                <data android:pathPattern=".*\\..*\\..*\\.apk+" />
                <data android:pathPattern=".*\\..*\\..*\\..*\\.apk+" />
                <data android:pathPattern=".*\\..*\\..*\\..*\\..*\\.apk+" />
                <data android:pathPattern=".*\\..*\\..*\\..*\\..*\\..*\\.apk+" />
                <data android:pathPattern=".*\\..*\\..*\\..*\\..*\\..*\\..*\\.apk+" />
                <data android:pathPattern=".*\\..*\\..*\\..*\\..*\\..*\\..*\\..*\\.apk+" />
                <data android:pathPattern=".*\\.apk%2B" />
                <data android:pathPattern=".*\\..*\\.apk%2B" />
                <data android:pathPattern=".*\\..*\\..*\\.apk%2B" />
                <data android:pathPattern=".*\\..*\\..*\\..*\\.apk%2B" />
                <data android:pathPattern=".*\\..*\\..*\\..*\\..*\\.apk%2B" />
                <data android:pathPattern=".*\\..*\\..*\\..*\\..*\\..*\\.apk%2B" />
                <data android:pathPattern=".*\\..*\\..*\\..*\\..*\\..*\\..*\\.apk%2B" />
                <data android:pathPattern=".*\\..*\\..*\\..*\\..*\\..*\\..*\\..*\\.apk%2B" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.VIEW" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:scheme="file" />
                <data android:scheme="content" />
                <data android:host="*" />
                <data android:mimeType="*/*" />
                <data android:pathPattern=".*\\.apk+" />
                <data android:pathPattern=".*\\..*\\.apk+" />
                <data android:pathPattern=".*\\..*\\..*\\.apk+" />
                <data android:pathPattern=".*\\..*\\..*\\..*\\.apk+" />
                <data android:pathPattern=".*\\..*\\..*\\..*\\..*\\.apk+" />
                <data android:pathPattern=".*\\..*\\..*\\..*\\..*\\..*\\.apk+" />
                <data android:pathPattern=".*\\..*\\..*\\..*\\..*\\..*\\..*\\.apk+" />
                <data android:pathPattern=".*\\..*\\..*\\..*\\..*\\..*\\..*\\..*\\.apk+" />
                <data android:pathPattern=".*\\.apk%2B" />
                <data android:pathPattern=".*\\..*\\.apk%2B" />
                <data android:pathPattern=".*\\..*\\..*\\.apk%2B" />
                <data android:pathPattern=".*\\..*\\..*\\..*\\.apk%2B" />
                <data android:pathPattern=".*\\..*\\..*\\..*\\..*\\.apk%2B" />
                <data android:pathPattern=".*\\..*\\..*\\..*\\..*\\..*\\.apk%2B" />
                <data android:pathPattern=".*\\..*\\..*\\..*\\..*\\..*\\..*\\.apk%2B" />
                <data android:pathPattern=".*\\..*\\..*\\..*\\..*\\..*\\..*\\..*\\.apk%2B" />
            </intent-filter>
        </activity>
        <activity android:theme="@style/TransparentTheme" android:label="@string/label_ms_url" android:name="com.alphainventor.filemanager.activity.MSURLLauncherActivity" android:exported="true" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode">
            <intent-filter>
                <action android:name="android.intent.action.VIEW" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:scheme="file" />
                <data android:scheme="content" />
                <data android:mimeType="application/x-mswinurl" />
            </intent-filter>
        </activity>
        <activity android:theme="@style/TransparentTheme" android:name="com.alphainventor.filemanager.activity.ResultActivity" android:launchMode="singleTask" />
        <activity android:theme="@style/MusicPlayerDarkTheme" android:label="@string/music_player" android:name="com.alphainventor.filemanager.musicplayer.FullScreenPlayerActivity" android:launchMode="singleTop" android:parentActivityName="com.alphainventor.filemanager.activity.MainActivity">
            <meta-data android:name="android.support.PARENT_ACTIVITY" android:value=".activity.MainActivity" />
        </activity>
        <activity android:theme="@style/filemanager.AppTheme" android:label="@string/settings_default_apps" android:name="com.alphainventor.filemanager.activity.DefaultsSettingsActivity" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" />
        <activity android:theme="@style/filemanager.AppTheme" android:label="@string/title_premium" android:name="com.alphainventor.filemanager.activity.PaymentActivity" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" />
        <service android:name="com.alphainventor.filemanager.service.FtpServerService" android:exported="false" />
        <service android:name="com.alphainventor.filemanager.service.FileObserverService" android:exported="false" />
        <service android:name="com.alphainventor.filemanager.service.ScanService" android:exported="false" />
        <service android:name="com.alphainventor.filemanager.service.HttpServerService" android:exported="false" />
        <service android:name="com.alphainventor.filemanager.service.CommandService" android:enabled="true" android:exported="false">
            <intent-filter>
                <action android:name="com.alphainventor.service.FILEPROGRESSSERVICE" />
            </intent-filter>
        </service>
        <receiver android:name="com.alphainventor.filemanager.receiver.BootReceiver" android:exported="true">
            <intent-filter>
                <action android:name="android.intent.action.BOOT_COMPLETED" />
            </intent-filter>
        </receiver>
        <receiver android:name="com.alphainventor.filemanager.receiver.PackageCommitReceiver" />
        <receiver android:name="com.alphainventor.filemanager.receiver.StorageCheckReceiver" android:exported="true">
            <intent-filter>
                <action android:name="filemanager.intent.action.STORAGE_CHECK" />
            </intent-filter>
        </receiver>
        <provider android:name="com.alphainventor.filemanager.bookmark.BookmarkProvider" android:exported="false" android:authorities="com.alphainventor.filemanager.bookmark" />
        <provider android:name="com.alphainventor.filemanager.provider.MyFileProvider" android:exported="false" android:authorities="com.alphainventor.filemanager.fileprovider" android:grantUriPermissions="false">
            <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_provider_paths" />
            <grant-uri-permission android:pathPrefix="/" />
        </provider>
        <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
        <activity android:name="com.dropbox.core.android.AuthActivity" android:exported="true" android:launchMode="singleTask" android:configChanges="keyboard|orientation">
            <intent-filter>
                <data android:scheme="@string/dropbox_key" />
                <action android:name="android.intent.action.VIEW" />
                <category android:name="android.intent.category.BROWSABLE" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.VIEW" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>
        <provider android:name="androidx.startup.InitializationProvider" android:exported="false" android:authorities="com.alphainventor.filemanager.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" />
        </provider>
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.google.android.gms.auth.api.signin.internal.SignInHubActivity" android:exported="false" android:excludeFromRecents="true" />
        <service android:name="com.google.android.gms.auth.api.signin.RevocationBoundService" android:permission="com.google.android.gms.auth.api.signin.permission.REVOCATION_NOTIFICATION" android:exported="true" android:visibleToInstantApps="true" />
        <meta-data android:name="com.google.android.play.billingclient.version" android:value="6.2.1" />
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.android.billingclient.api.ProxyBillingActivity" android:exported="false" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize" />
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.android.billingclient.api.ProxyBillingActivityV2" android:exported="false" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize" />
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.google.android.gms.common.api.GoogleApiActivity" android:exported="false" />
        <activity android:theme="@android:style/Theme.Translucent" android:name="com.google.android.gms.ads.AdActivity" android:exported="false" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" />
        <provider android:name="com.google.android.gms.ads.MobileAdsInitProvider" android:exported="false" android:authorities="com.alphainventor.filemanager.mobileadsinitprovider" android:initOrder="100" />
        <service android:name="com.google.android.gms.ads.AdService" android:enabled="true" android:exported="false" />
        <activity android:name="com.google.android.gms.ads.OutOfContextTestingActivity" android:exported="false" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" />
        <service android:name="com.example.android.uamp.MusicService" android:exported="true" android:foregroundServiceType="mediaPlayback">
            <intent-filter>
                <action android:name="android.media.browse.MediaBrowserService" />
            </intent-filter>
        </service>
        <receiver android:name="androidx.media.session.MediaButtonReceiver" android:exported="true">
            <intent-filter>
                <action android:name="android.intent.action.MEDIA_BUTTON" />
            </intent-filter>
        </receiver>
        <receiver android:name="com.google.android.gms.measurement.AppMeasurementReceiver" android:enabled="true" android:exported="false" />
        <service android:name="com.google.android.gms.measurement.AppMeasurementService" android:enabled="true" android:exported="false" />
        <service android:name="com.google.android.gms.measurement.AppMeasurementJobService" android:permission="android.permission.BIND_JOB_SERVICE" android:enabled="true" android:exported="false" />
        <service android:name="com.google.firebase.components.ComponentDiscoveryService" android:exported="false" android:directBootAware="true">
            <meta-data android:name="com.google.firebase.components:com.google.firebase.analytics.connector.internal.AnalyticsConnectorRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
            <meta-data android:name="com.google.firebase.components:com.google.firebase.remoteconfig.RemoteConfigRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
            <meta-data android:name="com.google.firebase.components:com.google.firebase.abt.component.AbtRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
            <meta-data android:name="com.google.firebase.components:com.google.firebase.crashlytics.CrashlyticsRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
            <meta-data android:name="com.google.firebase.components:com.google.firebase.installations.FirebaseInstallationsRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
        </service>
        <provider android:name="com.google.firebase.provider.FirebaseInitProvider" android:exported="false" android:authorities="com.alphainventor.filemanager.firebaseinitprovider" android:initOrder="100" android:directBootAware="true" />
        <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>
        <activity android:name="com.box.androidsdk.content.auth.OAuthActivity" android:exported="true" android:configChanges="orientation|screenSize" />
        <activity android:name="com.box.androidsdk.content.auth.BlockedIPErrorActivity" android:launchMode="singleInstance" />
        <service android:name="com.google.android.datatransport.runtime.backends.TransportBackendDiscovery" android:exported="false">
            <meta-data android:name="backend:com.google.android.datatransport.cct.CctBackendFactory" android:value="cct" />
        </service>
        <service android:name="com.google.android.datatransport.runtime.scheduling.jobscheduling.JobInfoSchedulerService" android:permission="android.permission.BIND_JOB_SERVICE" android:exported="false" />
        <receiver android:name="com.google.android.datatransport.runtime.scheduling.jobscheduling.AlarmManagerSchedulerBroadcastReceiver" android:exported="false" />
        <service android:name="androidx.room.MultiInstanceInvalidationService" android:exported="false" android:directBootAware="true" />
        <meta-data android:name="com.android.stamp.source" android:value="https://play.google.com/store" />
        <meta-data android:name="com.android.stamp.type" android:value="STAMP_TYPE_DISTRIBUTION_APK" />
        <meta-data android:name="com.android.vending.splits" android:resource="@xml/splits0" />
    </application>
</manifest>