AdGuard v3.6.45版本的 MD5 值为:ce30a13dcef92cf942973fffcc6d20fb

以下内容为反编译后的 AdGuard v3.6.45 -- AndroidManifest.xml 源代码,内容仅作参考


<?xml version="1.0" encoding="utf-8"?>
<manifest android:versionCode="10000535" android:versionName="3.6.45" android:compileSdkVersion="23" android:compileSdkVersionCodename="6.0-2438415" package="com.adguard.android" platformBuildVersionCode="23" platformBuildVersionName="6.0-2438415"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="29" />
    <uses-permission android:name="android.permission.WAKE_LOCK" />
    <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.RECEIVE_BOOT_COMPLETED" />
    <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
    <uses-permission android:name="android.permission.GET_TASKS" />
    <uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
    <uses-permission android:name="android.permission.VIBRATE" />
    <uses-permission android:name="android.permission.BLUETOOTH" />
    <uses-permission android:name="android.permission.PACKAGE_USAGE_STATS" />
    <uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
    <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS" />
    <application android:theme="@style/SplashTheme" android:label="@string/app_name" android:icon="@mipmap/ic_launcher" android:name="com.adguard.app.AdguardApplication" android:backupAgent="com.adguard.android.AutoBackupAgentHelper" android:allowBackup="true" android:largeHeap="true" android:supportsRtl="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" />
        <activity android:label="@string/app_name" android:name="com.adguard.android.ui.MainActivity" android:exported="true" android:launchMode="singleTask">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>
        <activity android:label="@string/adguard_settings" android:name="com.adguard.android.ui.SettingsActivity" />
        <activity android:name="com.adguard.android.ui.SettingsGroupActivity" android:launchMode="singleTask" android:configChanges="orientation|screenSize" />
        <activity android:label="@string/feedback" android:name="com.adguard.android.ui.FeedbackActivity" android:windowSoftInputMode="adjustResize" />
        <activity android:label="@string/license_title" android:name="com.adguard.android.ui.LicenseActivity" />
        <activity android:name="com.adguard.android.ui.AboutActivity" />
        <activity android:theme="@style/AdguardThemeNoActionBar" android:name="com.adguard.android.ui.FinActivity" android:screenOrientation="portrait" />
        <activity android:label="@string/filtering_log" android:name="com.adguard.android.ui.FilteringLogActivity" />
        <activity android:label="@string/adding_a_rule" android:name="com.adguard.android.ui.AddRuleActivity" />
        <activity android:label="@string/filters" android:name="com.adguard.android.ui.SettingsFiltersActivity" android:configChanges="orientation|screenSize" />
        <activity android:name="com.adguard.android.ui.FilterDetailActivity" android:configChanges="orientation|screenSize" />
        <activity android:name="com.adguard.android.ui.FiltersCategoryActivity" android:configChanges="orientation|screenSize" />
        <activity android:name="com.adguard.android.ui.CustomFiltersActivity" android:configChanges="orientation|screenSize">
            <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.SearchFilterActivity" android:configChanges="orientation|screenSize" />
        <activity android:label="@string/log_details" android:name="com.adguard.android.ui.LogDetailsActivity" />
        <activity android:name="com.adguard.android.ui.OnboardingActivity" android:launchMode="singleTask" />
        <activity android:label="@string/apps_management" android:name="com.adguard.android.ui.AppsManagementMainActivity" />
        <activity android:name="com.adguard.android.ui.AppsManagementPackageActivity" android:configChanges="orientation|screenSize" />
        <activity android:label="@string/apps_management_settings" android:name="com.adguard.android.ui.AppsManagementSettingsActivity" android:configChanges="orientation|screenSize" />
        <activity android:label="@string/ca_certificate_status_activity" android:name="com.adguard.android.ui.CertificateStatusActivity" />
        <activity android:label="@string/settings_https_filtering" android:name="com.adguard.android.ui.HttpsFilteringActivity" android:configChanges="orientation|screenSize" />
        <activity android:label="@string/settings_outbound_proxy" android:name="com.adguard.android.ui.OutboundProxyActivity" android:configChanges="orientation|screenSize" />
        <activity android:label="@string/settings_low_level" android:name="com.adguard.android.ui.DangerousSettingsActivity" />
        <activity android:label="@string/settings_whitelist" android:name="com.adguard.android.ui.WhitelistActivity" />
        <activity android:name="com.adguard.android.ui.UserFilterActivity" />
        <activity android:label="@string/dns_filtering" android:name="com.adguard.android.ui.DnsActivity" android:configChanges="orientation|screenSize" />
        <activity android:label="@string/battery_activity_title" android:name="com.adguard.android.ui.BatteryActivity" />
        <activity android:label="@string/automation" android:name="com.adguard.android.ui.AutomationActivity" android:configChanges="orientation|screenSize" />
        <activity android:label="@string/updates_label" android:name="com.adguard.android.ui.UpdatesActivity" />
        <activity android:theme="@style/NoTitleDialogLight" android:label="@string/adguard_assistant" android:name="com.adguard.android.ui.AssistantActivity" />
        <activity android:name="com.adguard.android.ui.SslListActivity" />
        <activity android:label="@string/stealth_mode" android:name="com.adguard.android.ui.StealthModeActivity" android:configChanges="orientation|screenSize" />
        <activity android:label="@string/protection_level_title" android:name="com.adguard.android.ui.ProtectionLevelActivity" />
        <activity android:label="@string/navigation_support" android:name="com.adguard.android.ui.SupportActivity" />
        <activity android:label="@string/dns_filters_label" android:name="com.adguard.android.ui.DnsFilterActivity" />
        <activity android:name="com.adguard.android.ui.DnsFilterDetailActivity" />
        <activity android:label="@string/custom_dns_label" android:name="com.adguard.android.ui.CustomDnsActivity" android:launchMode="singleTask">
            <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:label="@string/dns_provider_label" android:name="com.adguard.android.ui.DnsProviderActivity" />
        <activity android:theme="@style/Theme.AppCompat.Light.Dialog.Alert" android:label="@string/widget_settings_activity_title" android:name="com.adguard.android.ui.WidgetSettingsActivity">
            <intent-filter>
                <action android:name="android.appwidget.action.APPWIDGET_CONFIGURE" />
            </intent-filter>
        </activity>
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.adguard.android.filtering.api.VpnPrepareActivity" />
        <activity android:name="com.adguard.android.ui.PremiumPromoActivity" />
        <activity android:name="com.adguard.android.ui.AdGuardSchemeSortingActivity">
            <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:theme="@android:style/Theme.NoDisplay" android:label="@string/app_name" android:name="com.adguard.android.ui.HelperActivity" android:enabled="true" android:exported="true" android:finishOnTaskLaunch="true" android:clearTaskOnLaunch="true" android:stateNotNeeded="true" android:excludeFromRecents="true" android:alwaysRetainTaskState="false" android:allowTaskReparenting="true" android:noHistory="true" />
        <activity android:label="@string/filePicker" android:name="com.adguard.android.ui.picker.FilePickerActivity" />
        <activity android:name="com.adguard.android.ui.CustomTabsActivity" />
        <activity android:theme="@android:style/Theme.NoDisplay" android:name="com.adguard.android.ui.TileServicePreferenceActivity" android:enabled="true" android:finishOnTaskLaunch="true" android:clearTaskOnLaunch="true" android:stateNotNeeded="true" android:excludeFromRecents="true" android:alwaysRetainTaskState="false" android:allowTaskReparenting="true" android:noHistory="true">
            <intent-filter>
                <action android:name="android.service.quicksettings.action.QS_TILE_PREFERENCES" />
            </intent-filter>
        </activity>
        <service android:icon="@drawable/icon_notification" android:name="com.adguard.android.filtering.api.LocalVpnService" android:permission="android.permission.BIND_VPN_SERVICE">
            <intent-filter>
                <action android:name="android.net.VpnService" />
            </intent-filter>
        </service>
        <service android:name="com.adguard.android.AdguardService" />
        <service android:label="@string/tile_protection_status" android:icon="@drawable/ic_tile_adguard" android:name="com.adguard.android.AdguardTileService" android:permission="android.permission.BIND_QUICK_SETTINGS_TILE">
            <intent-filter>
                <action android:name="android.service.quicksettings.action.QS_TILE" />
            </intent-filter>
        </service>
        <service android:label="@string/tile_proxy_status" android:icon="@drawable/ic_proxy_notification" android:name="com.adguard.android.OutboundProxyTileService" android:permission="android.permission.BIND_QUICK_SETTINGS_TILE">
            <intent-filter>
                <action android:name="android.service.quicksettings.action.QS_TILE" />
            </intent-filter>
        </service>
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:icon="@drawable/widget_button_working" android:name="com.adguard.android.ui.ShortcutActivity" android:clearTaskOnLaunch="true" android:launchMode="singleTop" android:windowSoftInputMode="stateHidden">
            <intent-filter>
                <action android:name="android.intent.action.CREATE_SHORTCUT" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
            <intent-filter>
                <action android:name=".ui.ShortcutActivity" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>
        <activity android:label="@string/settings_filtering_method" android:name="com.adguard.android.ui.FilteringMethodActivity" />
        <activity android:name="com.adguard.android.ui.ExtensionDetailsActivity" />
        <activity android:label="@string/confirmation_activity_label" android:name="com.adguard.android.ui.activation.ActivationConfirmationActivity" />
        <activity android:label="@string/activation_activity_label" android:name="com.adguard.android.ui.activation.ActivationTabsActivity" android:launchMode="singleTask" />
        <activity android:theme="@style/Theme.Transparent" android:name="com.adguard.android.ui.dialog.DialogFactory$Multipage" />
        <activity android:name="com.adguard.android.ui.HttpsCAActivity" />
        <activity android:name="com.adguard.android.ui.YoutubeActivity" android:screenOrientation="sensor" android:configChanges="keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize">
            <intent-filter>
                <action android:name="android.intent.action.SEND" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:mimeType="text/plain" />
            </intent-filter>
        </activity>
        <receiver android:name="com.adguard.android.receivers.VpnAlwaysOnReceiver" android:enabled="true" android:exported="false">
            <intent-filter>
                <action android:name="com.adguard.android.filtering.ALWAYS_ON_REQUESTED" />
            </intent-filter>
        </receiver>
        <receiver android:name="com.adguard.android.receivers.BootUpReceiver" android:enabled="true">
            <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.receivers.UpdateReceiver" android:enabled="true">
            <intent-filter>
                <action android:name="android.intent.action.MY_PACKAGE_REPLACED" />
            </intent-filter>
        </receiver>
        <receiver android:name="com.adguard.android.receivers.WatchDogReceiver" android:enabled="true">
            <intent-filter>
                <action android:name="com.adguard.android.action.WATCHDOG" />
            </intent-filter>
        </receiver>
        <receiver android:name="com.adguard.android.receivers.NetworkStateReceiver" android:enabled="true">
            <intent-filter>
                <action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
                <action android:name="android.net.wifi.WIFI_STATE_CHANGED" />
                <action android:name="android.net.wifi.LINK_CONFIGURATION_CHANGED" />
                <action android:name="android.hardware.usb.action.USB_STATE" />
                <action android:name="android.net.wifi.WIFI_AP_STATE_CHANGED" />
                <action android:name="android.bluetooth.device.action.ACL_CONNECTED" />
                <action android:name="android.bluetooth.device.action.ACL_DISCONNECTED" />
            </intent-filter>
        </receiver>
        <receiver android:name="com.adguard.android.WidgetProvider">
            <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:name="com.adguard.android.receivers.LicenseKeyBroadcastReceiver">
            <intent-filter>
                <action android:name="com.adguard.android.LICENSE_KEY" />
            </intent-filter>
        </receiver>
        <receiver android:name="com.adguard.android.receivers.AutomationReceiver" android:exported="true" />
        <receiver android:name="com.adguard.android.receivers.ExclusionsReceiver" android:exported="false" />
        <receiver android:name="com.adguard.android.receivers.IntegrationReceiver" android:enabled="true" android:exported="true">
            <intent-filter>
                <action android:name="com.adguard.integration.enable" />
                <action android:name="com.adguard.integration.disable" />
                <action android:name="com.adguard.integration.disable_at_all" />
            </intent-filter>
        </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>
        <meta-data android:name="com.google.android.backup.api_key" android:value="AEdPqrEAAAAIZadhygsg98_dRR-1mYQhYgEURzC7gKGsR4mucw" />
        <provider android:name="androidx.work.impl.WorkManagerInitializer" android:exported="false" android:multiprocess="true" android:authorities="com.adguard.android.workmanager-init" android:directBootAware="false" />
        <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" />
        <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>
        <provider android:name="androidx.lifecycle.ProcessLifecycleOwnerInitializer" android:exported="false" android:multiprocess="true" android:authorities="com.adguard.android.lifecycle-process" />
    </application>
</manifest>