APK反编译源代码展示 - 南明离火平台提供

应用版本信息
应用名称:Epic Games Store
版本号:5.1.0

MD5 校验值:ac0107089df22e8b2a14c76c592b76ef

反编译源代码说明

Epic Games Store v5.1.0 -- AndroidManifest.xml 文件包含反编译后的源代码,请注意,该内容仅供学习和参考使用,不得用于非法用途。


<?xml version="1.0" encoding="utf-8"?>
<manifest android:sharedUserId="com.epicgames.portal.SUID" android:versionCode="36" android:versionName="5.1.0" android:compileSdkVersion="33" android:compileSdkVersionCodename="13" package="com.epicgames.portal" platformBuildVersionCode="33" platformBuildVersionName="13"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <uses-sdk android:minSdkVersion="23" android:targetSdkVersion="33" />
    <uses-permission android:name="android.permission.INTERNET" />
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
    <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
    <uses-permission android:name="android.permission.WAKE_LOCK" />
    <uses-permission android:name="android.permission.DOWNLOAD_WITHOUT_NOTIFICATION" />
    <uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
    <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
    <uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
    <uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
    <uses-permission android:name="android.permission.REQUEST_DELETE_PACKAGES" />
    <uses-permission android:name="android.permission.UPDATE_PACKAGES_WITHOUT_USER_ACTION" />
    <uses-permission android:name="android.permission.BIND_JOB_SERVICE" />
    <uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
    <queries>
        <package android:name="com.epicgames.fortnite" />
        <package android:name="com.Psyonix.RL2D" />
        <package android:name="com.lifeonair.postparty" />
        <package android:name="com.epicgames.testlauncher" />
        <package android:name="com.epicgames.portalqa.flapjack" />
        <package android:name="com.sec.android.app.samsungapps" />
        <package android:name="com.oneplus.gameinstaller" />
    </queries>
    <application android:theme="@style/AppTheme" android:label="@string/app_name" android:icon="@mipmap/app_icon" android:name="com.epicgames.portal.PortalApplication" android:allowBackup="false" android:supportsRtl="true" android:extractNativeLibs="false" android:networkSecurityConfig="@xml/network_security_config" android:roundIcon="@mipmap/app_icon_round" android:appComponentFactory="androidx.core.app.CoreComponentFactory">
        <meta-data android:name="com.epicgames.portal.preInstall" android:value="StandardInstall" />
        <activity android:name="com.epicgames.portal.activities.main.HibernationNotificationActivity" android:exported="true" />
        <activity android:theme="@style/Theme.App.Starting" android:name="com.epicgames.portal.presentation.MainActivity" android:exported="true" android:launchMode="singleTask" />
        <activity-alias android:name="com.epicgames.portal.MainActivity" android:enabled="true" android:exported="true" android:launchMode="singleTask" android:targetActivity="com.epicgames.portal.presentation.MainActivity">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
            <intent-filter android:label="@string/fortnite_app_title" android:autoVerify="true">
                <action android:name="android.intent.action.VIEW" />
                <category android:name="android.intent.category.DEFAULT" />
                <category android:name="android.intent.category.BROWSABLE" />
                <data android:scheme="https" android:host="www.epicgames.com" android:pathPattern="/.*/.*/mobile/android/get-started" />
            </intent-filter>
            <intent-filter>
                <action android:name="com.epicgames.portal.intent.action.UPDATE_PACKAGE" />
                <action android:name="com.epicgames.portal.intent.action.VIEW_PACKAGE" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity-alias>
        <activity android:theme="@style/AppTheme.ActionBar" android:label="@string/settings_title" android:name="com.epicgames.portal.activities.settings.SettingsActivity" android:screenOrientation="portrait" android:parentActivityName="com.epicgames.portal.presentation.MainActivity">
            <meta-data android:name="android.support.PARENT_ACTIVITY" android:value=".presentation.MainActivity" />
        </activity>
        <service android:name="com.epicgames.portal.services.library.LibraryService" android:exported="false" />
        <service android:name="com.epicgames.portal.service.UpdateAppService" android:exported="false" />
        <service android:name="com.epicgames.portal.services.downloader.DownloaderService" android:exported="false" />
        <service android:name="com.epicgames.portal.services.analytics.AnalyticsProviderService" android:exported="false" />
        <service android:name="com.epicgames.portal.services.intents.IntentHandlerService" android:permission="android.permission.BIND_JOB_SERVICE" android:exported="false" />
        <service android:name="com.epicgames.portal.services.analytics.HeartbeatJobService" android:permission="android.permission.BIND_JOB_SERVICE" />
        <receiver android:name="com.epicgames.portal.IntentReceiver" android:exported="true" />
        <receiver android:name="com.epicgames.portal.BootCompletedReceiver" android:exported="false">
            <intent-filter>
                <category android:name="android.intent.category.DEFAULT" />
                <action android:name="android.intent.action.BOOT_COMPLETED" />
                <action android:name="android.intent.action.QUICKBOOT_POWERON" />
                <action android:name="com.htc.intent.action.QUICKBOOT_POWERON" />
            </intent-filter>
        </receiver>
        <receiver android:name="com.epicgames.portal.silentupdate.service.broadcast.InstallCompleteBroadcastReceiver" android:exported="false">
            <intent-filter>
                <action android:name="com.epicgames.portal.INSTALL_COMPLETE" />
            </intent-filter>
        </receiver>
        <receiver android:name="com.epicgames.portal.silentupdate.service.broadcast.SelfUpdateBroadcastReceiver" android:enabled="true" android:exported="true">
            <intent-filter>
                <action android:name="android.intent.action.MY_PACKAGE_REPLACED" />
            </intent-filter>
        </receiver>
        <receiver android:name="com.epicgames.portal.silentupdate.service.broadcast.hibernation.HibernationAlarmReceiver" android:enabled="true" android:exported="true">
            <intent-filter>
                <action android:name="android.intent.action.HIBERNATION_ALARM_ACTION" />
            </intent-filter>
        </receiver>
        <provider android:name="androidx.core.content.FileProvider" android:exported="false" android:authorities="@string/fileProviderAuthority" android:grantUriPermissions="true">
            <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/fileproviderpaths" />
        </provider>
        <meta-data android:name="com.epicgames.portal.epicBuildVersion" android:value="5.1.0-5add178.b75+Releaselive-standardInstallRelease-Android" />
        <meta-data android:name="com.epicgames.portal.bEnableDebugConfigs" android:value="false" />
        <meta-data android:name="preloaded_fonts" android:resource="@array/preloaded_fonts" />
        <provider android:name="com.epicgames.portal.services.providers.LauncherInfoProvider" android:exported="true" android:authorities="com.epicgames.portal.LauncherInfoProvider" />
        <activity android:name="androidx.compose.ui.tooling.PreviewActivity" android:exported="true" />
        <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.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.epicgames.portal.firebaseinitprovider" android:initOrder="100" android:directBootAware="true" />
        <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
        <provider android:name="androidx.startup.InitializationProvider" android:exported="false" android:authorities="com.epicgames.portal.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="androidx.room.MultiInstanceInvalidationService" android:exported="false" android:directBootAware="true" />
        <receiver android:name="com.launchdarkly.sdk.android.PollingUpdater" android:exported="false" />
        <receiver android:name="com.launchdarkly.sdk.android.ConnectivityReceiver" android:enabled="true" android:exported="false">
            <intent-filter>
                <action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
            </intent-filter>
        </receiver>
        <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" />
        <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>
        </receiver>
    </application>
</manifest>