apk(点击下载) / AndroidManifest.xml


<?xml version="1.0" encoding="utf-8"?>
<manifest android:versionCode="161" android:versionName="1.4.5" android:compileSdkVersion="31" android:compileSdkVersionCodename="12" package="com.open.hotspot.vpn.free" platformBuildVersionCode="31" platformBuildVersionName="12"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <uses-sdk android:minSdkVersion="18" android:targetSdkVersion="31" />
    <uses-permission android:name="android.permission.INTERNET" />
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
    <uses-permission android:name="com.android.vending.BILLING" />
    <uses-permission android:name="android.permission.WAKE_LOCK" />
    <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
    <uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
    <uses-permission android:name="android.permission.REAL_GET_TASKS" />
    <uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" />
    <queries>
        <package android:name="com.facebook.katana" />
        <intent>
            <action android:name="com.android.vending.billing.InAppBillingService.BIND" />
        </intent>
    </queries>
    <uses-permission android:name="com.google.android.gms.permission.AD_ID" />
    <uses-feature android:glEsVersion="0x00020000" android:required="true" />
    <uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />
    <uses-permission android:name="com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE" />
    <application android:theme="@style/FullScreenTheme" android:label="@string/app_name" android:icon="@mipmap/icon" android:name="com.open.hotspot.vpn.free.App" android:allowBackup="true" android:hardwareAccelerated="true" android:supportsRtl="true" android:extractNativeLibs="true" android:usesCleartextTraffic="true" android:networkSecurityConfig="@xml/network" android:roundIcon="@mipmap/icon_round" android:appComponentFactory="androidx.core.app.CoreComponentFactory">
        <uses-library android:name="org.apache.http.legacy" android:required="false" />
        <activity android:name="com.open.hotspot.vpn.free.ui.activity.WelcomeLegacyActivity" android:screenOrientation="portrait" android:configChanges="orientation|screenSize" />
        <activity android:name="com.open.hotspot.vpn.free.ui.activity.WelcomeActivity" android:screenOrientation="portrait" android:configChanges="orientation|screenSize" />
        <activity android:name="com.open.hotspot.vpn.free.ui.activity.TipActivity" android:screenOrientation="portrait" android:configChanges="orientation|screenSize" />
        <activity android:theme="@style/SplashTheme" android:name="com.open.hotspot.vpn.free.ui.activity.LauncherLegacyActivity" android:screenOrientation="portrait" android:configChanges="orientation|screenSize" />
        <activity android:theme="@style/SplashTheme" android:name="com.open.hotspot.vpn.free.ui.activity.LauncherActivity" android:exported="true" android:screenOrientation="portrait" android:configChanges="orientation|screenSize">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
            <intent-filter>
                <action android:name="com.vpnhots.appauth.HANDLE_AUTHORIZATION_RESPicon.pngONSE" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>
        <activity android:name="com.open.hotspot.vpn.free.ui.activity.LoaderLegacyActivity" android:screenOrientation="portrait" android:configChanges="orientation|screenSize" android:noHistory="true" />
        <activity android:name="com.open.hotspot.vpn.free.ui.activity.LoaderActivity" android:screenOrientation="portrait" android:configChanges="orientation|screenSize" android:noHistory="true" />
        <activity android:name="com.open.hotspot.vpn.free.ui.activity.HomeLegacyActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="orientation|screenSize" />
        <activity android:name="com.open.hotspot.vpn.free.ui.activity.HomeActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="orientation|screenSize" />
        <activity android:name="com.open.hotspot.vpn.free.ui.activity.ServersListActivity" android:screenOrientation="portrait" android:configChanges="orientation|screenSize" />
        <activity android:theme="@style/Theme.AppCompat.Light.NoActionBar" android:name="com.open.hotspot.vpn.free.ui.activity.ServerActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="orientation|screenSize" />
        <activity android:name="com.open.hotspot.vpn.free.ui.activity.HelpLegacyActivity" android:screenOrientation="portrait" android:configChanges="orientation|screenSize" />
        <activity android:name="com.open.hotspot.vpn.free.ui.activity.HelpActivity" android:screenOrientation="portrait" android:configChanges="orientation|screenSize" />
        <activity android:theme="@style/Theme.AppCompat.Dialog" android:name="com.open.hotspot.vpn.free.ui.activity.ServersInfo" />
        <activity android:label="@string/action_settings" android:name="com.open.hotspot.vpn.free.ui.activity.SettingLegacyActivity" android:screenOrientation="portrait" android:configChanges="orientation|screenSize" />
        <activity android:label="@string/action_settings" android:name="com.open.hotspot.vpn.free.ui.activity.SettingActivity" android:screenOrientation="portrait" android:configChanges="orientation|screenSize" />
        <service android:name="de.blinkt.openvpn.core.OpenVPNService" android:permission="android.permission.BIND_VPN_SERVICE" android:exported="true">
            <intent-filter>
                <action android:name="android.net.VpnService" />
            </intent-filter>
        </service>
        <receiver android:name="com.google.android.gms.analytics.AnalyticsReceiver" android:enabled="true" android:exported="false">
            <intent-filter>
                <action android:name="com.google.android.gms.analytics.ANALYTICS_DISPATCH" />
            </intent-filter>
        </receiver>
        <service android:name="com.google.android.gms.analytics.AnalyticsService" android:enabled="true" android:exported="false" />
        <receiver android:name="com.google.android.gms.analytics.CampaignTrackingReceiver" android:exported="true">
            <intent-filter>
                <action android:name="com.android.vending.INSTALL_REFERRER" />
            </intent-filter>
        </receiver>
        <service android:name="com.google.android.gms.analytics.CampaignTrackingService" />
        <activity android:name="com.open.hotspot.vpn.free.ui.activity.BookmarkServerListActivity" />
        <activity android:name="com.open.hotspot.vpn.free.ui.activity.CountryLegacyActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="orientation|screenSize" />
        <activity android:name="com.open.hotspot.vpn.free.ui.activity.CountryActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="orientation|screenSize" />
        <activity android:name="com.open.hotspot.vpn.free.ui.activity.GoogleServiceLegacyActivity" android:screenOrientation="portrait" android:configChanges="orientation|screenSize" />
        <activity android:name="com.open.hotspot.vpn.free.ui.activity.GoogleServiceActivity" android:screenOrientation="portrait" android:configChanges="orientation|screenSize" />
        <activity android:name="com.open.hotspot.vpn.free.ui.activity.ProtocolActivity" android:screenOrientation="portrait" android:configChanges="orientation|screenSize" />
        <activity android:name="com.open.hotspot.vpn.free.ui.activity.AppFilterActivity" android:screenOrientation="portrait" android:configChanges="orientation|screenSize" />
        <activity android:name="com.open.hotspot.vpn.free.ui.activity.MyIPActivity" android:screenOrientation="portrait" android:configChanges="orientation|screenSize" />
        <activity android:name="com.open.hotspot.vpn.free.ui.activity.AboutActivity" android:screenOrientation="portrait" android:configChanges="orientation|screenSize" />
        <activity android:name="com.open.hotspot.vpn.free.ui.activity.SendSuggestActivity" android:screenOrientation="portrait" android:configChanges="orientation|screenSize" />
        <activity android:name="com.open.hotspot.vpn.free.ui.activity.ToolsActivity" android:screenOrientation="portrait" android:configChanges="orientation|screenSize" />
        <activity android:name="com.open.hotspot.vpn.free.ui.activity.SpeedTestActivity" android:screenOrientation="portrait" android:configChanges="orientation|screenSize" />
        <meta-data android:name="io.fabric.ApiKey" android:value="be47991d120fe010473a5c270358da89ff1fbbde" />
        <meta-data android:name="com.google.android.gms.ads.APPLICATION_ID" android:value="ca-app-pub-7880116696037206~6024394590" />
        <meta-data android:name="com.google.android.geo.API_KEY" android:value="@string/google_maps_key" />
        <uses-library android:name="org.apache.http.legacy" android:required="false" />
        <meta-data android:name="firebase_crashlytics_collection_enabled" android:value="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.remoteconfig.RemoteConfigRegistrar" 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.iid.Registrar" 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>
        <provider android:name="com.crashlytics.android.CrashlyticsInitProvider" android:exported="false" android:authorities="com.open.hotspot.vpn.free.crashlyticsinitprovider" android:initOrder="90" />
        <service android:name="com.google.android.gms.analytics.AnalyticsJobService" 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.open.hotspot.vpn.free.AudienceNetworkContentProvider" />
        <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>
        <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.open.hotspot.vpn.free.mobileadsinitprovider" android:initOrder="100" />
        <receiver android:name="com.google.android.gms.measurement.AppMeasurementReceiver" android:enabled="true" android:exported="false" />
        <receiver android:name="com.google.android.gms.measurement.AppMeasurementInstallReferrerReceiver" android:permission="android.permission.INSTALL_PACKAGES" android:enabled="true" android:exported="true">
            <intent-filter>
                <action android:name="com.android.vending.INSTALL_REFERRER" />
            </intent-filter>
        </receiver>
        <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" />
        <provider android:name="com.google.firebase.provider.FirebaseInitProvider" android:exported="false" android:authorities="com.open.hotspot.vpn.free.firebaseinitprovider" android:initOrder="100" />
        <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
        <meta-data android:name="com.google.android.play.billingclient.version" android:value="5.1.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" />
        <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="3" />
    </application>
</manifest>