apk(点击下载) / AndroidManifest.xml


<?xml version="1.0" encoding="utf-8"?>
<manifest android:isSplitRequired="false" package="com.adguard.android" platformBuildVersionCode="34" platformBuildVersionName="14" android:requiredSplitTypes="" android:splitTypes="" android:versionCode="10282090" android:versionName="4.11.7" android:compileSdkVersion="34" android:compileSdkVersionCodename="14"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <uses-sdk android:minSdkVersion="28" android:targetSdkVersion="34" />
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
    <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
    <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS" />
    <uses-permission android:name="android.permission.BLUETOOTH" />
    <uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />
    <uses-permission android:name="android.permission.PACKAGE_USAGE_STATS" />
    <uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
    <uses-permission android:name="android.permission.INTERNET" />
    <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
    <uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
    <uses-permission android:name="android.permission.FOREGROUND_SERVICE_SYSTEM_EXEMPTED" />
    <uses-permission android:name="android.permission.FOREGROUND_SERVICE_DATA_SYNC" />
    <uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" />
    <uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
    <uses-permission android:name="android.permission.SCHEDULE_EXACT_ALARM" />
    <uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
    <uses-permission android:name="android.permission.WAKE_LOCK" />
    <permission android:name="com.adguard.android.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" android:protectionLevel="signature" />
    <uses-permission android:name="com.adguard.android.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" />
    <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
    <application android:theme="@style/AppTheme.Light" android:label="@string/app_name" android:icon="@mipmap/ic_launcher" android:name="com.adguard.app.AdGuardApplication" android:allowBackup="true" android:largeHeap="true" android:supportsRtl="true" android:extractNativeLibs="true" android:backupInForeground="true" android:networkSecurityConfig="@xml/network_security_config" android:roundIcon="@mipmap/ic_launcher_round" android:appComponentFactory="androidx.core.app.CoreComponentFactory" android:requestLegacyExternalStorage="true">
        <meta-data android:name="asset_statements" android:resource="@string/asset_statements" />
        <meta-data android:name="com.google.android.backup.api_key" android:value="AEdPqrEAAAAIZadhygsg98_dRR-1mYQhYgEURzC7gKGsR4mucw" />
        <meta-data android:name="com.adguard.integration.version" android:value="2" />
        <activity android:theme="@style/SplashScreenTheme" android:label="@string/app_name" android:name="com.adguard.android.ui.activity.MainActivity" android:screenOrientation="portrait" android:windowSoftInputMode="adjustPan" />
        <activity android:theme="@style/TV.SplashScreenTheme" android:name="com.adguard.android.ui.activity.tv.TvMainActivity" android:screenOrientation="nosensor" android:windowSoftInputMode="adjustNothing" />
        <activity android:name="com.adguard.android.ui.activity.tv.TvExperimentActivity" android:screenOrientation="nosensor" android:windowSoftInputMode="adjustPan" />
        <activity android:name="com.adguard.android.ui.activity.tv.TvShareLogsActivity" android:screenOrientation="nosensor" android:windowSoftInputMode="adjustNothing" />
        <activity android:name="com.adguard.android.ui.activity.tv.TvLicenseOrTrialExpiredActivity" android:screenOrientation="nosensor" />
        <activity android:name="com.adguard.android.ui.activity.tv.TvAuthActivity" android:screenOrientation="nosensor" android:windowSoftInputMode="adjustNothing" />
        <activity android:name="com.adguard.android.ui.activity.tv.TvOnboardingActivity" android:screenOrientation="nosensor" />
        <activity android:name="com.adguard.android.ui.activity.tv.TvMigrationSplashActivity" android:screenOrientation="nosensor" android:windowSoftInputMode="adjustNothing" />
        <activity android:theme="@style/TransparentTheme" android:label="@string/assistant_label" android:name="com.adguard.android.ui.activity.AssistantActivity" />
        <activity android:name="com.adguard.android.ui.activity.HttpsCaActivationActivity" android:launchMode="singleTask" android:screenOrientation="portrait" />
        <activity android:name="com.adguard.android.ui.activity.HttpsCaInstallationActivity" android:launchMode="singleTask" android:screenOrientation="portrait" />
        <activity android:name="com.adguard.android.ui.activity.OnboardingActivity" android:launchMode="singleTask" android:screenOrientation="portrait" />
        <activity android:name="com.adguard.android.ui.activity.PrivateBrowserOnboardingActivity" android:launchMode="singleTask" android:screenOrientation="portrait" />
        <activity android:theme="@style/SplashScreenTheme" android:name="com.adguard.android.ui.activity.SplashActivity" android:exported="true" android:screenOrientation="nosensor">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>
        <activity android:name="com.adguard.android.ui.activity.MigrationSplashActivity" android:launchMode="singleTask" android:screenOrientation="portrait" />
        <activity android:name="com.adguard.android.ui.activity.AdGuardSchemeSortingActivity" android:exported="true" android:launchMode="singleTask" android:screenOrientation="portrait">
            <intent-filter>
                <action android:name="android.intent.action.VIEW" />
                <category android:name="android.intent.category.BROWSABLE" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:scheme="adguard" />
            </intent-filter>
        </activity>
        <activity android:name="com.adguard.android.ui.activity.SdnsSchemeSortingActivity" android:exported="true" android:launchMode="singleTask" android:screenOrientation="portrait">
            <intent-filter>
                <action android:name="android.intent.action.VIEW" />
                <category android:name="android.intent.category.BROWSABLE" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:scheme="sdns" />
            </intent-filter>
        </activity>
        <activity android:name="com.adguard.android.ui.activity.FiltersSubscriptionSchemeSortingActivity" android:exported="true" android:screenOrientation="portrait">
            <intent-filter>
                <action android:name="android.intent.action.VIEW" />
                <category android:name="android.intent.category.BROWSABLE" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:scheme="adg" />
                <data android:scheme="abp" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.VIEW" />
                <category android:name="android.intent.category.BROWSABLE" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:scheme="https" android:host="subscribe.adblockplus.org" />
                <data android:scheme="http" android:host="subscribe.adblockplus.org" />
            </intent-filter>
        </activity>
        <activity android:name="com.adguard.android.ui.activity.NotificationWebsiteRedirectionActivity" android:screenOrientation="portrait" />
        <activity android:name="com.adguard.android.ui.activity.PromoActivity" android:screenOrientation="portrait" />
        <activity android:name="com.adguard.android.ui.activity.LicenseOrTrialExpiredActivity" android:screenOrientation="portrait" />
        <activity android:name="com.adguard.android.ui.activity.TrialActivationActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:windowSoftInputMode="adjustResize" />
        <activity android:name="com.adguard.android.ui.activity.LicenseActivationActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:windowSoftInputMode="adjustResize" />
        <activity android:theme="@style/TransparentTheme" android:name="com.adguard.mobile.multikit.common.ui.activity.VpnPrepareActivity" android:screenOrientation="nosensor" />
        <activity android:theme="@style/Theme.AppCompat.Light.Dialog.Alert" android:label="@string/widget_settings_activity_title" android:name="com.adguard.android.ui.activity.WidgetSettingsActivity" android:exported="false" android:screenOrientation="portrait">
            <intent-filter>
                <action android:name="android.appwidget.action.APPWIDGET_CONFIGURE" />
            </intent-filter>
        </activity>
        <activity android:theme="@style/ChangeThemeSupportTheme" android:name="com.adguard.android.ui.activity.ChangeThemeSupportActivity" />
        <activity android:theme="@style/SplashScreenTheme" android:name="com.adguard.android.ui.activity.PrivateBrowserRoutingActivity" android:exported="true" android:launchMode="singleTask" android:screenOrientation="portrait">
            <intent-filter android:label="@string/private_browser_intent_filter_label" android:icon="@drawable/ic_private_browser" android:roundIcon="@drawable/ic_private_browser">
                <action android:name="android.intent.action.SEND" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:mimeType="text/plain" />
            </intent-filter>
            <intent-filter android:label="@string/private_browser_intent_filter_label" android:icon="@drawable/ic_private_browser" android:roundIcon="@drawable/ic_private_browser">
                <action android:name="android.intent.action.VIEW" />
                <category android:name="android.intent.category.DEFAULT" />
                <category android:name="android.intent.category.BROWSABLE" />
                <data android:scheme="http" />
                <data android:scheme="https" />
            </intent-filter>
        </activity>
        <activity android:name="com.adguard.android.ui.activity.YoutubeRoutingActivity" android:exported="true" android:launchMode="singleTask" android:screenOrientation="portrait">
            <intent-filter android:label="@string/youtube_intent_filter_label">
                <action android:name="android.intent.action.SEND" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:mimeType="text/plain" />
            </intent-filter>
            <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="http" android:host="youtu.be" />
                <data android:scheme="https" android:host="youtu.be" />
                <data android:scheme="http" android:host="m.youtube.com" />
                <data android:scheme="https" android:host="m.youtube.com" />
                <data android:scheme="http" android:host="youtube.com" />
                <data android:scheme="https" android:host="youtube.com" />
                <data android:scheme="http" android:host="www.youtube.com" />
                <data android:scheme="https" android:host="www.youtube.com" />
            </intent-filter>
        </activity>
        <activity android:name="com.adguard.android.ui.activity.YoutubeActivity" android:exported="true" android:launchMode="singleTask" android:configChanges="keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize" android:supportsPictureInPicture="true" />
        <activity android:name="com.adguard.android.ui.activity.PrivateBrowserActivity" android:taskAffinity="" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" android:windowSoftInputMode="adjustResize" android:supportsPictureInPicture="true" />
        <activity android:name="com.adguard.android.ui.activity.ShortcutPrivateBrowserActivity" android:exported="true" android:launchMode="standard" android:screenOrientation="nosensor" android:windowSoftInputMode="adjustResize" android:documentLaunchMode="intoExisting" android:supportsPictureInPicture="true" />
        <activity android:name="com.adguard.android.ui.activity.TileServicePreferenceActivity" android:enabled="true" android:exported="false" android:finishOnTaskLaunch="true" android:clearTaskOnLaunch="true" android:excludeFromRecents="true" android:alwaysRetainTaskState="false" android:allowTaskReparenting="true">
            <intent-filter>
                <action android:name="android.service.quicksettings.action.QS_TILE_PREFERENCES" />
            </intent-filter>
        </activity>
        <service android:name="com.adguard.android.service.vpn.LocalVpnService" android:permission="android.permission.BIND_VPN_SERVICE" android:exported="false" android:foregroundServiceType="systemExempted">
            <intent-filter>
                <action android:name="android.net.VpnService" />
            </intent-filter>
        </service>
        <service android:name="com.adguard.android.service.protectionstate.ProtectionStateForegroundService" android:foregroundServiceType="dataSync" />
        <service android:name="com.adguard.android.service.SamsungPayService" android:foregroundServiceType="dataSync" />
        <service android:name="com.adguard.android.service.StartOnBootService" android:foregroundServiceType="dataSync" />
        <service android:name="com.adguard.android.service.WatchdogService" android:foregroundServiceType="dataSync" />
        <service android:label="@string/tile_protection_status" android:icon="@drawable/ic_adguard_tile" android:name="com.adguard.android.service.AdguardTileService" android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" android:exported="true" android:foregroundServiceType="dataSync">
            <intent-filter>
                <action android:name="android.service.quicksettings.action.QS_TILE" />
            </intent-filter>
        </service>
        <receiver android:name="com.adguard.android.receiver.BootUpReceiver" android:enabled="true" android:exported="false">
            <intent-filter android:priority="2000">
                <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.adguard.android.receiver.AutomationReceiver" android:exported="true" />
        <receiver android:name="com.adguard.android.receiver.WidgetProvider" android:exported="false">
            <intent-filter>
                <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
            </intent-filter>
            <meta-data android:name="android.appwidget.provider" android:resource="@xml/widget_provider_big" />
        </receiver>
        <receiver android:label="@string/private_browser_widget_label" android:name="com.adguard.android.receiver.PrivateBrowserWidgetProvider" android:exported="false">
            <intent-filter>
                <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
            </intent-filter>
            <meta-data android:name="android.appwidget.provider" android:resource="@xml/private_browser_widget_provider" />
        </receiver>
        <provider android:name="androidx.core.content.FileProvider" android:exported="false" android:authorities="com.adguard.android.file.provider" android:grantUriPermissions="true">
            <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/provider_paths" />
        </provider>
        <activity android:theme="@style/TransparentTheme" android:name="com.adguard.mobile.multikit.common.ui.dsl.dialog.activity.DialogActivity" android:windowSoftInputMode="adjustResize" />
        <activity android:theme="@style/KitSplashScreenTheme" android:name="com.adguard.mobile.multikit.common.ui.embryo.symbiote.utils.RecreateSupportActivity" />
        <activity android:theme="@style/TransparentTheme" android:name="com.adguard.mobile.multikit.common.ui.dsl.dialog.activity.SceneDialogActivity" android:windowSoftInputMode="adjustResize" />
        <activity android:theme="@style/TransparentTheme" android:name="com.adguard.mobile.multikit.common.ui.dsl.dialog.tv.TvDialogActivity" android:screenOrientation="nosensor" android:windowSoftInputMode="adjustPan" />
        <activity android:theme="@style/TransparentTheme" android:name="com.adguard.mobile.multikit.common.ui.dsl.dialog.tv.TvDialogBackgroundActivity" android:screenOrientation="nosensor" android:windowSoftInputMode="adjustNothing" />
        <provider android:name="androidx.startup.InitializationProvider" android:exported="false" android:authorities="com.adguard.android.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>
        <uses-library android:name="androidx.window.extensions" android:required="false" />
        <uses-library android:name="androidx.window.sidecar" android:required="false" />
        <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>
        </receiver>
    </application>
</manifest>