apk(点击下载) / AndroidManifest.xml
<?xml version="1.0" encoding="utf-8"?>
<manifest android:versionCode="3" android:versionName="1.0" android:targetSandboxVersion="1" android:compileSdkVersion="33" android:compileSdkVersionCodename="13" package="com.foxvpn.superfastservers" platformBuildVersionCode="33" platformBuildVersionName="13"
xmlns:android="http://schemas.android.com/apk/res/android">
<uses-sdk android:minSdkVersion="22" android:targetSdkVersion="32" />
<uses-permission android:name="com.android.vending.BILLING" />
<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.CHANGE_WIFI_STATE" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="com.google.android.gms.permission.AD_ID" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<queries>
<intent>
<action android:name="com.applovin.am.intent.action.APPHUB_SERVICE" />
</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.facebook.katana" />
</queries>
<uses-permission android:name="com.applovin.array.apphub.permission.BIND_APPHUB_SERVICE" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE" />
<application android:theme="@style/Theme.VPNite" android:label="@string/app_name" android:icon="@mipmap/ic_launcher_foreground" android:name="np.manager.KillSignerApplication146" android:screenOrientation="portrait" android:allowBackup="true" android:hardwareAccelerated="true" android:largeHeap="true" android:supportsRtl="true" android:fullBackupContent="@xml/backup_rules" android:usesCleartextTraffic="true" android:networkSecurityConfig="@xml/sdk_captive_portal_network_security" android:roundIcon="@mipmap/ic_launcher_round" android:appComponentFactory="androidx.core.app.CoreComponentFactory" android:requestLegacyExternalStorage="true" android:dataExtractionRules="@xml/data_extraction_rules">
<activity android:name="com.foxvpn.superfastservers.activity.ConnectedStatisticActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.foxvpn.superfastservers.activity.SigninActivity" android:exported="true" android:screenOrientation="portrait" />
<activity android:name="com.foxvpn.superfastservers.activity.SpeedTestActivity" android:exported="true" android:screenOrientation="portrait" android:hardwareAccelerated="true" />
<activity android:name="com.foxvpn.superfastservers.activity.SettingActivity" android:exported="true" android:hardwareAccelerated="true" />
<activity android:name="com.foxvpn.superfastservers.activity.LocationActivity" android:exported="true" android:screenOrientation="portrait" android:hardwareAccelerated="true" />
<activity android:name="com.foxvpn.superfastservers.activity.ConnectionReportActivity" android:exported="true" android:screenOrientation="portrait" android:hardwareAccelerated="true" />
<activity android:name="com.foxvpn.superfastservers.activity.HomeActivity" android:exported="true" android:screenOrientation="portrait" android:hardwareAccelerated="true" />
<activity android:name="com.foxvpn.superfastservers.activity.FirstBoardingActivity" android:exported="true" android:screenOrientation="portrait" android:hardwareAccelerated="true" />
<activity android:name="com.foxvpn.superfastservers.activity.SplashActivity" android:exported="true" android:screenOrientation="portrait" android:hardwareAccelerated="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<service android:name="com.anchorfree.vpnsdk.transporthydra.proxyservice.HydraProxyService" android:permission="android.permission.BIND_VPN_SERVICE" android:exported="true" />
<service android:name="com.foxvpn.superfastservers.service.TimerService" />
<meta-data android:name="applovin.sdk.key" android:value="@string/sdkKey" />
<meta-data android:name="com.google.android.gms.ads.APPLICATION_ID" android:value="ca-app-pub-3940256099942544~3347511713" />
<activity android:theme="@style/StripeDefaultTheme" android:name="com.stripe.android.view.AddPaymentMethodActivity" />
<activity android:theme="@style/StripeDefaultTheme" android:name="com.stripe.android.view.PaymentMethodsActivity" />
<activity android:theme="@style/StripeDefaultTheme" android:name="com.stripe.android.view.PaymentFlowActivity" />
<activity android:theme="@style/StripeDefaultTheme" android:name="com.stripe.android.view.PaymentAuthWebViewActivity" android:windowSoftInputMode="adjustResize" />
<activity android:theme="@style/StripeDefaultTheme" android:name="com.stripe.android.view.PaymentRelayActivity" />
<activity android:theme="@style/StripeDefaultTheme" android:name="com.stripe.android.view.Stripe3ds2CompletionActivity" />
<activity android:theme="@style/StripePaymentSheetDefaultTheme" android:name="com.stripe.android.paymentsheet.PaymentSheetActivity" />
<activity android:theme="@style/Stripe3DS2Theme" android:name="com.stripe.android.stripe3ds2.views.ChallengeActivity" />
<activity android:theme="@style/Stripe3DS2Theme" android:name="com.stripe.android.stripe3ds2.views.ChallengeProgressActivity" />
<meta-data android:name="com.anchorfree.vpnsdk.vpn_config.openvpn" android:resource="@raw/openvpn_vpn_config" />
<meta-data android:name="com.anchorfree.vpnsdk.vpn_config.blst" android:resource="@raw/blst_vpn_config" />
<provider android:name="com.anchorfree.sdk.BlstTransportInitProvider" android:exported="false" android:process="@string/vpn_process_name" android:authorities="com.foxvpn.superfastservers.sdk.transport.blst" android:initOrder="1" />
<meta-data android:name="com.anchorfree.sdk.transports" android:resource="@raw/hydra_transports_config" />
<meta-data android:name="com.anchorfree.vpnsdk.vpn_config.hydra" android:resource="@raw/hydra_vpn_config" />
<provider android:name="com.anchorfree.sdk.HydraTransportInitProvider" android:exported="false" android:authorities="com.foxvpn.superfastservers.sdk.transport.hydra" android:initOrder="1" />
<provider android:name="com.anchorfree.sdk.DBProvider" android:exported="false" android:authorities="com.foxvpn.superfastservers.hydra.sdk.db.provider" android:initOrder="1" />
<meta-data android:name="com.anchorfree.vpnsdk.vpn_config" android:resource="@raw/core_vpn_config" />
<provider android:name="com.anchorfree.sdk.UnifiedSDKInitProviderMain" android:exported="false" android:authorities="com.foxvpn.superfastservers.anchorfree.sdk.init.provider" android:initOrder="100" />
<provider android:name="com.anchorfree.sdk.UnifiedSDKInitProviderVpn" android:exported="false" android:process="@string/vpn_process_name" android:authorities="com.foxvpn.superfastservers.anchorfree.sdk.init.provider.vpn" android:initOrder="100" />
<service android:name="com.anchorfree.sdk.SdkNotificationService" android:exported="false" android:process="@string/vpn_process_name" />
<provider android:name="com.anchorfree.ucr.UCRContentProvider" android:enabled="true" android:exported="false" android:multiprocess="false" android:authorities="com.foxvpn.superfastservers.ucr.provider" />
<service android:name="com.anchorfree.ucr.UCRService" android:enabled="true" android:exported="false" />
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:label="@string/app_name" android:name="com.anchorfree.vpnsdk.vpnservice.StartVPNServiceShadowActivity" android:exported="false" android:process="@string/vpn_process_name" android:launchMode="singleTask" />
<provider android:name="com.anchorfree.vpnsdk.vpnservice.config.VpnConfigProvider" android:exported="false" android:authorities="com.foxvpn.superfastservers.vpn_config" />
<provider android:name="com.anchorfree.vpnsdk.vpnservice.credentials.CredentialsContentProvider" android:exported="false" android:authorities="com.foxvpn.superfastservers.credentials" />
<service android:name="com.anchorfree.vpnsdk.vpnservice.AFVpnService" android:permission="android.permission.BIND_VPN_SERVICE" android:enabled="@bool/vpn_process_enabled" android:exported="false" android:process="@string/vpn_process_name">
<intent-filter>
<action android:name="android.net.VpnService" />
</intent-filter>
</service>
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.google.firebase.auth.internal.GenericIdpActivity" android:exported="true" android:excludeFromRecents="true" android:launchMode="singleTask">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="genericidp" android:host="firebase.auth" android:path="/" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.google.firebase.auth.internal.RecaptchaActivity" android:exported="true" android:excludeFromRecents="true" android:launchMode="singleTask">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="recaptcha" android:host="firebase.auth" android:path="/" />
</intent-filter>
</activity>
<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.auth.FirebaseAuthRegistrar" 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.database.DatabaseRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
<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.installations.FirebaseInstallationsRegistrar" 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" />
</service>
<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" />
<provider android:name="com.applovin.sdk.AppLovinInitProvider" android:exported="false" android:authorities="com.foxvpn.superfastservers.applovininitprovider" android:initOrder="101" />
<activity android:name="com.applovin.adview.AppLovinFullscreenActivity" android:exported="false" android:launchMode="singleTop" android:screenOrientation="behind" android:configChanges="fontScale|keyboard|keyboardHidden|locale|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:hardwareAccelerated="true" />
<activity android:name="com.applovin.sdk.AppLovinWebViewActivity" android:configChanges="fontScale|keyboard|keyboardHidden|locale|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" />
<activity android:name="com.applovin.mediation.hybridAds.MaxHybridMRecAdActivity" android:configChanges="fontScale|keyboard|keyboardHidden|locale|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" />
<activity android:name="com.applovin.mediation.hybridAds.MaxHybridNativeAdActivity" android:configChanges="fontScale|keyboard|keyboardHidden|locale|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" />
<activity android:theme="@style/com.applovin.mediation.MaxDebuggerActivity.Theme" android:name="com.applovin.mediation.MaxDebuggerActivity" android:configChanges="fontScale|keyboard|keyboardHidden|locale|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" />
<activity android:theme="@style/com.applovin.mediation.MaxDebuggerActivity.Theme" android:name="com.applovin.mediation.MaxDebuggerDetailActivity" android:configChanges="fontScale|keyboard|keyboardHidden|locale|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" />
<activity android:theme="@style/com.applovin.mediation.MaxDebuggerActivity.Theme" android:name="com.applovin.mediation.MaxDebuggerMultiAdActivity" android:configChanges="fontScale|keyboard|keyboardHidden|locale|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" />
<activity android:theme="@style/com.applovin.mediation.MaxDebuggerActivity.Theme" android:name="com.applovin.mediation.MaxDebuggerAdUnitsListActivity" android:configChanges="fontScale|keyboard|keyboardHidden|locale|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" />
<activity android:theme="@style/com.applovin.mediation.MaxDebuggerActivity.Theme" android:name="com.applovin.mediation.MaxDebuggerAdUnitDetailActivity" android:configChanges="fontScale|keyboard|keyboardHidden|locale|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" />
<activity android:theme="@style/com.applovin.mediation.MaxDebuggerActivity.Theme" android:name="com.applovin.mediation.MaxDebuggerTestLiveNetworkActivity" android:configChanges="fontScale|keyboard|keyboardHidden|locale|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" />
<activity android:theme="@style/com.applovin.mediation.MaxDebuggerActivity.Theme" android:name="com.applovin.mediation.MaxDebuggerTestModeNetworkActivity" android:configChanges="fontScale|keyboard|keyboardHidden|locale|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" />
<activity android:theme="@style/com.applovin.creative.CreativeDebuggerActivity.Theme" android:name="com.applovin.creative.MaxCreativeDebuggerActivity" android:configChanges="fontScale|keyboard|keyboardHidden|locale|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" />
<activity android:theme="@style/com.applovin.creative.CreativeDebuggerActivity.Theme" android:name="com.applovin.creative.MaxCreativeDebuggerDisplayedAdActivity" android:configChanges="fontScale|keyboard|keyboardHidden|locale|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" />
<service android:name="com.applovin.impl.sdk.utils.AppKilledService" android:exported="false" android:stopWithTask="false" />
<service android:name="com.applovin.impl.adview.activity.FullscreenAdService" android:exported="false" android:stopWithTask="false" />
<activity android:name="com.ironsource.sdk.controller.ControllerActivity" android:configChanges="orientation|screenSize" android:hardwareAccelerated="true" />
<activity android:theme="@android:style/Theme.Translucent" android:name="com.ironsource.sdk.controller.InterstitialActivity" android:configChanges="orientation|screenSize" android:hardwareAccelerated="true" />
<activity android:theme="@android:style/Theme.Translucent" android:name="com.ironsource.sdk.controller.OpenUrlActivity" android:configChanges="orientation|screenSize" android:hardwareAccelerated="true" />
<activity android:theme="@android:style/Theme.NoTitleBar" android:name="com.ironsource.mediationsdk.testSuite.TestSuiteActivity" android:configChanges="orientation|screenSize" android:hardwareAccelerated="true" />
<provider android:name="com.ironsource.lifecycle.IronsourceLifecycleProvider" android:authorities="com.foxvpn.superfastservers.IronsourceLifecycleProvider" />
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.mbridge.msdk.reward.player.MBRewardVideoActivity" android:excludeFromRecents="true" android:configChanges="keyboardHidden|orientation|screenSize" />
<meta-data android:name="com.google.android.play.billingclient.version" android:value="4.0.0" />
<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" 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.foxvpn.superfastservers.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" />
<provider android:name="androidx.startup.InitializationProvider" android:exported="false" android:authorities="com.foxvpn.superfastservers.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" />
</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>
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.google.android.gms.common.api.GoogleApiActivity" android:exported="false" />
<provider android:name="com.google.firebase.provider.FirebaseInitProvider" android:exported="false" android:authorities="com.foxvpn.superfastservers.firebaseinitprovider" android:initOrder="100" android:directBootAware="true" />
<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" />
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.facebook.ads.AudienceNetworkActivity" android:exported="false" android:configChanges="keyboardHidden|orientation|screenSize" />
<provider android:name="com.facebook.ads.AudienceNetworkContentProvider" android:exported="false" android:authorities="com.foxvpn.superfastservers.AudienceNetworkContentProvider" />
<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
<service android:name="androidx.room.MultiInstanceInvalidationService" android:exported="false" android:directBootAware="true" />
<activity android:name="com.mbridge.msdk.interstitial.view.MBInterstitialActivity" android:excludeFromRecents="true" android:configChanges="orientation|screenSize" />
<activity android:theme="@style/mbridge_transparent_common_activity_style" android:name="com.mbridge.msdk.activity.MBCommonActivity" android:exported="false" android:excludeFromRecents="true" android:screenOrientation="portrait" android:configChanges="keyboard|orientation" />
<activity android:name="com.mbridge.msdk.out.LoadingActivity" />
<meta-data android:name="com.android.dynamic.apk.fused.modules" android:value="base" />
<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_STANDALONE_APK" />
<meta-data android:name="com.android.vending.splits" android:resource="@xml/splits0" />
<meta-data android:name="com.android.vending.derived.apk.id" android:value="2" />
</application>
</manifest>