apk(点击下载) / AndroidManifest.xml


<?xml version="1.0" encoding="utf-8"?>
<manifest android:versionCode="447210115" android:versionName="91.0.4472.101" android:compileSdkVersion="30" android:compileSdkVersionCodename="11" package="org.chromium.chrome.stable" platformBuildVersionCode="30" platformBuildVersionName="11"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30" />
    <uses-feature android:glEsVersion="0x00020000" />
    <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
    <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
    <uses-permission-sdk-23 android:name="android.permission.ACCESS_WIFI_STATE" />
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
    <uses-permission-sdk-23 android:name="android.permission.BLUETOOTH" />
    <uses-permission-sdk-23 android:name="android.permission.BLUETOOTH_ADMIN" />
    <uses-permission-sdk-23 android:name="android.permission.REORDER_TASKS" />
    <uses-permission-sdk-23 android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
    <uses-permission android:name="android.permission.CAMERA" />
    <uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
    <uses-permission android:name="android.permission.DOWNLOAD_WITHOUT_NOTIFICATION" />
    <uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
    <uses-permission android:name="android.permission.INTERNET" />
    <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
    <uses-permission android:name="android.permission.NFC" />
    <uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
    <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
    <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
    <uses-permission android:name="android.permission.RECORD_AUDIO" />
    <uses-permission-sdk-23 android:name="android.permission.USE_BIOMETRIC" />
    <uses-permission-sdk-23 android:name="android.permission.USE_FINGERPRINT" />
    <uses-permission android:name="android.permission.VIBRATE" />
    <uses-permission android:name="android.permission.WAKE_LOCK" />
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
    <permission android:name="org.chromium.chrome.stable.permission.CHILD_SERVICE" android:protectionLevel="signature" />
    <permission android:name="org.chromium.chrome.stable.permission.READ_WRITE_BOOKMARK_FOLDERS" android:protectionLevel="signatureOrSystem" />
    <permission android:name="org.chromium.chrome.stable.TOS_ACKED" android:protectionLevel="signatureOrSystem" />
    <permission android:label="Debug web pages" android:name="org.chromium.chrome.stable.permission.DEBUG" android:protectionLevel="signature" />
    <permission android:name="org.chromium.chrome.stable.permission.TRANSLATE" android:protectionLevel="signature" />
    <uses-permission android:name="org.chromium.chrome.stable.permission.READ_WRITE_BOOKMARK_FOLDERS" />
    <uses-permission android:name="org.chromium.chrome.stable.TOS_ACKED" />
    <uses-permission android:name="com.chrome.permission.DEVICE_EXTRAS" />
    <uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />
    <uses-feature android:name="android.hardware.location.gps" android:required="false" />
    <uses-feature android:name="android.hardware.camera" android:required="false" />
    <uses-feature android:name="android.hardware.microphone" android:required="false" />
    <uses-feature android:name="android.hardware.touchscreen" android:required="false" />
    <queries>
        <intent>
            <action android:name="android.media.browse.MediaBrowserService" />
        </intent>
    </queries>
    <application android:label="@string/APKTOOL_DUMMYVAL_0x7f1301a5" android:icon="@drawable/APKTOOL_DUMMYVAL_0x7f0801b6" android:name="org.chromium.chrome.browser.base.SplitChromeApplication" android:manageSpaceActivity="@string/APKTOOL_DUMMYVAL_0x7f1304cf" android:allowBackup="false" android:largeHeap="false" android:supportsRtl="true" android:networkSecurityConfig="@xml/APKTOOL_DUMMYVAL_0x7f17001e" android:roundIcon="@drawable/APKTOOL_DUMMYVAL_0x7f0801b7" android:appComponentFactory="org.chromium.chrome.browser.base.SplitCompatAppComponentFactory" android:zygotePreloadName="org.chromium.content.app.ZygotePreload" android:allowAudioPlaybackCapture="false">
        <activity android:theme="@style/APKTOOL_DUMMYVAL_0x7f14012d" android:name="org.chromium.chrome.browser.document.ChromeLauncherActivity" android:taskAffinity="" android:excludeFromRecents="true" android:configChanges="density|keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:relinquishTaskIdentity="true" />
        <activity-alias android:name="com.google.android.apps.chrome.TranslateDispatcher" android:permission="org.chromium.chrome.stable.permission.TRANSLATE" android:exported="true" android:targetActivity="org.chromium.chrome.browser.document.ChromeLauncherActivity">
            <intent-filter>
                <action android:name="org.chromium.chrome.browser.translate.TRANSLATE_TAB" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity-alias>
        <activity-alias android:name="com.google.android.apps.chrome.IntentDispatcher" android:exported="true" android:targetActivity="org.chromium.chrome.browser.document.ChromeLauncherActivity">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.NOTIFICATION_PREFERENCES" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.VIEW" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:scheme="googlechrome" />
                <data android:scheme="http" />
                <data android:scheme="https" />
                <data android:scheme="about" />
                <data android:scheme="javascript" />
                <category android:name="android.intent.category.BROWSABLE" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.VIEW" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:scheme="googlechrome" />
                <data android:scheme="http" />
                <data android:scheme="https" />
                <data android:scheme="about" />
                <data android:scheme="javascript" />
                <category android:name="android.intent.category.BROWSABLE" />
                <data android:mimeType="text/html" />
                <data android:mimeType="text/plain" />
                <data android:mimeType="application/xhtml+xml" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.VIEW" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:scheme="content" />
                <data android:mimeType="text/html" />
                <data android:mimeType="text/plain" />
                <data android:mimeType="application/xhtml+xml" />
            </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="file" />
                <data android:mimeType="multipart/related" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.VIEW" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:scheme="content" />
                <data android:mimeType="multipart/related" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.VIEW" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:scheme="file" />
                <data android:scheme="content" />
                <data android:mimeType="message/rfc822" />
            </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="file" />
                <data android:host="*" />
                <data android:pathPattern="/.*\\.mhtml" />
                <data android:pathPattern="/.*\\.mht" />
                <data android:pathPattern="/.*\\..*\\.mhtml" />
                <data android:pathPattern="/.*\\..*\\.mht" />
                <data android:pathPattern="/.*\\..*\\..*\\.mhtml" />
                <data android:pathPattern="/.*\\..*\\..*\\.mht" />
                <data android:pathPattern="/.*\\..*\\..*\\..*\\.mhtml" />
                <data android:pathPattern="/.*\\..*\\..*\\..*\\.mht" />
                <data android:pathPattern="/.*\\..*\\..*\\..*\\..*\\.mhtml" />
                <data android:pathPattern="/.*\\..*\\..*\\..*\\..*\\.mht" />
                <data android:pathPattern="/.*\\..*\\..*\\..*\\..*\\..*\\.mhtml" />
                <data android:pathPattern="/.*\\..*\\..*\\..*\\..*\\..*\\.mht" />
                <data android:pathPattern="/.*\\..*\\..*\\..*\\..*\\..*\\..*\\.mhtml" />
                <data android:pathPattern="/.*\\..*\\..*\\..*\\..*\\..*\\..*\\.mht" />
                <data android:pathPattern="/.*\\..*\\..*\\..*\\..*\\..*\\..*\\..*\\.mhtml" />
                <data android:pathPattern="/.*\\..*\\..*\\..*\\..*\\..*\\..*\\..*\\.mht" />
                <data android:pathPattern="/.*\\..*\\..*\\..*\\..*\\..*\\..*\\..*\\..*\\.mhtml" />
                <data android:pathPattern="/.*\\..*\\..*\\..*\\..*\\..*\\..*\\..*\\..*\\.mht" />
                <data android:pathPattern="/.*\\..*\\..*\\..*\\..*\\..*\\..*\\..*\\..*\\..*\\.mhtml" />
                <data android:pathPattern="/.*\\..*\\..*\\..*\\..*\\..*\\..*\\..*\\..*\\..*\\.mht" />
            </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="file" />
                <data android:host="*" />
                <data android:pathPattern="/.*\\.mhtml" />
                <data android:pathPattern="/.*\\.mht" />
                <data android:pathPattern="/.*\\..*\\.mhtml" />
                <data android:pathPattern="/.*\\..*\\.mht" />
                <data android:pathPattern="/.*\\..*\\..*\\.mhtml" />
                <data android:pathPattern="/.*\\..*\\..*\\.mht" />
                <data android:pathPattern="/.*\\..*\\..*\\..*\\.mhtml" />
                <data android:pathPattern="/.*\\..*\\..*\\..*\\.mht" />
                <data android:pathPattern="/.*\\..*\\..*\\..*\\..*\\.mhtml" />
                <data android:pathPattern="/.*\\..*\\..*\\..*\\..*\\.mht" />
                <data android:pathPattern="/.*\\..*\\..*\\..*\\..*\\..*\\.mhtml" />
                <data android:pathPattern="/.*\\..*\\..*\\..*\\..*\\..*\\.mht" />
                <data android:pathPattern="/.*\\..*\\..*\\..*\\..*\\..*\\..*\\.mhtml" />
                <data android:pathPattern="/.*\\..*\\..*\\..*\\..*\\..*\\..*\\.mht" />
                <data android:pathPattern="/.*\\..*\\..*\\..*\\..*\\..*\\..*\\..*\\.mhtml" />
                <data android:pathPattern="/.*\\..*\\..*\\..*\\..*\\..*\\..*\\..*\\.mht" />
                <data android:pathPattern="/.*\\..*\\..*\\..*\\..*\\..*\\..*\\..*\\..*\\.mhtml" />
                <data android:pathPattern="/.*\\..*\\..*\\..*\\..*\\..*\\..*\\..*\\..*\\.mht" />
                <data android:pathPattern="/.*\\..*\\..*\\..*\\..*\\..*\\..*\\..*\\..*\\..*\\.mhtml" />
                <data android:pathPattern="/.*\\..*\\..*\\..*\\..*\\..*\\..*\\..*\\..*\\..*\\.mht" />
                <data android:mimeType="*/*" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.MEDIA_SEARCH" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.speech.action.VOICE_SEARCH_RESULTS" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.nfc.action.NDEF_DISCOVERED" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:scheme="http" />
                <data android:scheme="https" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.SEARCH" />
            </intent-filter>
            <intent-filter>
                <action android:name="com.sec.android.airview.HOVER" />
            </intent-filter>
            <meta-data android:name="android.app.searchable" android:resource="@xml/APKTOOL_DUMMYVAL_0x7f170027" />
        </activity-alias>
        <activity android:theme="@android:style/Theme.NoDisplay" android:name="org.chromium.chrome.browser.media.MediaLauncherActivity" android:enabled="false" android:exported="true" android:excludeFromRecents="true">
            <intent-filter>
                <action android:name="android.intent.action.VIEW" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:mimeType="image/*" />
                <data android:mimeType="video/*" />
                <data android:scheme="file" />
                <data android:scheme="content" />
            </intent-filter>
        </activity>
        <activity-alias android:theme="@android:style/Theme.NoDisplay" android:name="org.chromium.chrome.browser.media.AudioLauncherActivity" android:enabled="false" android:exported="true" android:excludeFromRecents="true" android:targetActivity="org.chromium.chrome.browser.media.MediaLauncherActivity">
            <intent-filter>
                <action android:name="android.intent.action.VIEW" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:mimeType="audio/*" />
                <data android:scheme="file" />
                <data android:scheme="content" />
            </intent-filter>
        </activity-alias>
        <activity android:theme="@style/APKTOOL_DUMMYVAL_0x7f1402c3" android:name="org.chromium.chrome.browser.media.PictureInPictureActivity" android:exported="false" android:excludeFromRecents="true" android:configChanges="orientation|screenLayout|screenSize|smallestScreenSize" android:noHistory="true" android:resizeableActivity="true" android:supportsPictureInPicture="true" />
        <activity android:theme="@android:style/Theme.NoDisplay" android:name="org.chromium.chrome.browser.LauncherShortcutActivity" android:exported="false" android:taskAffinity="" android:excludeFromRecents="true" />
        <activity android:theme="@android:style/Theme.NoDisplay" android:name="org.chromium.chrome.browser.incognito.IncognitoTabLauncher" android:enabled="false" android:exported="true" android:taskAffinity="" android:excludeFromRecents="true">
            <intent-filter>
                <action android:name="org.chromium.chrome.browser.incognito.OPEN_PRIVATE_TAB" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>
        <activity android:theme="@android:style/Theme.Translucent" android:name="org.chromium.chrome.browser.app.reengagement.ReengagementActivity" android:exported="false" android:taskAffinity="" android:excludeFromRecents="true" />
        <receiver android:name="org.chromium.chrome.browser.sharing.click_to_call.ClickToCallMessageHandler$PhoneUnlockedReceiver" android:exported="true">
            <intent-filter>
                <action android:name="android.intent.action.USER_PRESENT" />
            </intent-filter>
        </receiver>
        <receiver android:name="org.chromium.chrome.browser.upgrade.PackageReplacedBroadcastReceiver" android:exported="false">
            <intent-filter>
                <action android:name="android.intent.action.MY_PACKAGE_REPLACED" />
            </intent-filter>
        </receiver>
        <receiver android:name="org.chromium.chrome.browser.locale.LocaleChangedBroadcastReceiver" android:exported="false">
            <intent-filter>
                <action android:name="android.intent.action.LOCALE_CHANGED" />
            </intent-filter>
        </receiver>
        <activity android:theme="@style/APKTOOL_DUMMYVAL_0x7f1402c3" android:name="org.chromium.chrome.browser.customtabs.CustomTabActivity" android:exported="false" android:configChanges="density|keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:windowSoftInputMode="adjustResize" android:hardwareAccelerated="false" android:resizeableActivity="true" android:supportsPictureInPicture="true">
            <intent-filter>
                <action android:name="org.chromium.chrome.browser.dummy.action" />
                <category android:name="com.google.intent.category.DAYDREAM" />
                <category android:name="com.google.intent.category.CARDBOARD" />
            </intent-filter>
        </activity>
        <activity android:theme="@style/APKTOOL_DUMMYVAL_0x7f1402c4" android:name="org.chromium.chrome.browser.customtabs.TranslucentCustomTabActivity" android:exported="false" android:configChanges="density|keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:windowSoftInputMode="adjustResize" android:hardwareAccelerated="false" android:resizeableActivity="true" android:supportsPictureInPicture="true">
            <intent-filter>
                <action android:name="org.chromium.chrome.browser.dummy.action" />
                <category android:name="com.google.intent.category.DAYDREAM" />
                <category android:name="com.google.intent.category.CARDBOARD" />
            </intent-filter>
        </activity>
        <activity android:theme="@style/APKTOOL_DUMMYVAL_0x7f1402d4" android:name="org.chromium.chrome.browser.ChromeTabbedActivity" android:exported="true" android:launchMode="singleTask" android:configChanges="density|keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:windowSoftInputMode="adjustResize" android:hardwareAccelerated="false" android:resizeableActivity="true" android:supportsPictureInPicture="true">
            <intent-filter>
                <action android:name="org.chromium.chrome.browser.dummy.action" />
                <category android:name="com.google.intent.category.DAYDREAM" />
                <category android:name="com.google.intent.category.CARDBOARD" />
            </intent-filter>
        </activity>
        <activity-alias android:name="com.google.android.apps.chrome.Main" android:exported="true" android:targetActivity="org.chromium.chrome.browser.ChromeTabbedActivity">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.DEFAULT" />
                <category android:name="android.intent.category.LAUNCHER" />
                <category android:name="android.intent.category.BROWSABLE" />
                <category android:name="android.intent.category.APP_BROWSER" />
            </intent-filter>
            <meta-data android:name="android.app.shortcuts" android:resource="@xml/APKTOOL_DUMMYVAL_0x7f170019" />
            <intent-filter>
                <action android:name="org.chromium.chrome.browser.dummy.action" />
                <category android:name="com.google.intent.category.DAYDREAM" />
                <category android:name="com.google.intent.category.CARDBOARD" />
            </intent-filter>
        </activity-alias>
        <activity android:theme="@style/APKTOOL_DUMMYVAL_0x7f1402d4" android:name="org.chromium.chrome.browser.ChromeTabbedActivity2" android:exported="false" android:taskAffinity="org.chromium.chrome.stable.ChromeTabbedActivity2" android:launchMode="singleTask" android:configChanges="density|keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:windowSoftInputMode="adjustResize" android:hardwareAccelerated="false" android:resizeableActivity="true" android:supportsPictureInPicture="true">
            <intent-filter>
                <action android:name="org.chromium.chrome.browser.dummy.action" />
                <category android:name="com.google.intent.category.DAYDREAM" />
                <category android:name="com.google.intent.category.CARDBOARD" />
            </intent-filter>
        </activity>
        <activity android:theme="@style/APKTOOL_DUMMYVAL_0x7f1402d4" android:name="org.chromium.chrome.browser.multiwindow.MultiInstanceChromeTabbedActivity" android:exported="false" android:configChanges="density|keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:windowSoftInputMode="adjustResize" android:hardwareAccelerated="false" />
        <activity android:theme="@style/APKTOOL_DUMMYVAL_0x7f1402ab" android:name="org.chromium.chrome.browser.sync.ui.TrustedVaultKeyRetrievalProxyActivity" android:exported="false" android:excludeFromRecents="true" />
        <activity android:theme="@style/APKTOOL_DUMMYVAL_0x7f1402c3" android:name="org.chromium.chrome.browser.sync.ui.PassphraseActivity" android:autoRemoveFromRecents="true" />
        <activity android:theme="@style/APKTOOL_DUMMYVAL_0x7f1402ca" android:label="@string/APKTOOL_DUMMYVAL_0x7f1303fa" android:name="org.chromium.chrome.browser.firstrun.LightweightFirstRunActivity" android:excludeFromRecents="true" android:launchMode="singleInstance" android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize" android:windowSoftInputMode="adjustPan|stateHidden" android:autoRemoveFromRecents="true" />
        <activity android:theme="@style/APKTOOL_DUMMYVAL_0x7f1402cc" android:label="@string/APKTOOL_DUMMYVAL_0x7f1303fa" android:name="org.chromium.chrome.browser.firstrun.FirstRunActivity" android:excludeFromRecents="true" android:launchMode="singleTop" android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize" android:windowSoftInputMode="adjustPan|stateHidden" android:autoRemoveFromRecents="true" />
        <activity android:theme="@style/APKTOOL_DUMMYVAL_0x7f1402d4" android:label="@string/APKTOOL_DUMMYVAL_0x7f1303fa" android:name="org.chromium.chrome.browser.firstrun.TabbedModeFirstRunActivity" android:excludeFromRecents="true" android:launchMode="singleTop" android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize" android:windowSoftInputMode="adjustPan|stateHidden" android:autoRemoveFromRecents="true" />
        <activity android:theme="@style/APKTOOL_DUMMYVAL_0x7f1402cc" android:name="org.chromium.chrome.browser.signin.SyncConsentActivity" android:exported="false" android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize" />
        <activity android:theme="@style/APKTOOL_DUMMYVAL_0x7f1402d2" android:label="@string/APKTOOL_DUMMYVAL_0x7f1307a4" android:name="org.chromium.chrome.browser.settings.SettingsActivity" android:exported="false" android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize" />
        <activity android:theme="@style/APKTOOL_DUMMYVAL_0x7f1402d3" android:label="@string/APKTOOL_DUMMYVAL_0x7f13080f" android:name="org.chromium.chrome.browser.site_settings.ManageSpaceActivity" android:exported="false" android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize" />
        <activity android:theme="@style/APKTOOL_DUMMYVAL_0x7f1402c5" android:name="org.chromium.chrome.browser.bookmarks.BookmarkActivity" android:exported="false" android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize" android:windowSoftInputMode="stateAlwaysHidden|adjustResize" />
        <activity android:theme="@android:style/Theme.NoDisplay" android:name="org.chromium.chrome.browser.bookmarks.BookmarkAddActivity" android:exported="true" android:excludeFromRecents="true" android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize" android:windowSoftInputMode="stateHidden">
            <intent-filter>
                <action android:name="org.chromium.chrome.stable.ADDBOOKMARK" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>
        <activity android:theme="@style/APKTOOL_DUMMYVAL_0x7f1402cc" android:label="@string/APKTOOL_DUMMYVAL_0x7f1303b5" android:name="org.chromium.chrome.browser.bookmarks.BookmarkEditActivity" android:exported="false" android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/APKTOOL_DUMMYVAL_0x7f1402cc" android:name="org.chromium.chrome.browser.bookmarks.BookmarkAddEditFolderActivity" android:exported="false" android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize" />
        <activity android:theme="@style/APKTOOL_DUMMYVAL_0x7f1402cc" android:label="@string/APKTOOL_DUMMYVAL_0x7f13022a" android:name="org.chromium.chrome.browser.bookmarks.BookmarkFolderSelectActivity" android:exported="false" android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/APKTOOL_DUMMYVAL_0x7f1402c5" android:name="org.chromium.chrome.browser.app.video_tutorials.VideoTutorialListActivity" android:exported="false" android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize" />
        <activity android:theme="@style/APKTOOL_DUMMYVAL_0x7f1402c5" android:name="org.chromium.chrome.browser.download.DownloadActivity" android:exported="false" android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize" android:windowSoftInputMode="stateAlwaysHidden|adjustResize" />
        <activity android:theme="@style/APKTOOL_DUMMYVAL_0x7f1402c5" android:name="org.chromium.chrome.browser.app.feedmanagement.FeedManagementActivity" android:exported="false" android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize" android:windowSoftInputMode="stateAlwaysHidden|adjustResize" />
        <activity android:theme="@style/APKTOOL_DUMMYVAL_0x7f1402c5" android:name="org.chromium.chrome.browser.app.video_tutorials.VideoPlayerActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize" />
        <activity android:theme="@style/APKTOOL_DUMMYVAL_0x7f1402c5" android:name="org.chromium.chrome.browser.history.HistoryActivity" android:exported="false" android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize" android:windowSoftInputMode="stateAlwaysHidden|adjustResize" />
        <activity android:theme="@android:style/Theme.NoDisplay" android:name="org.chromium.chrome.browser.webapps.WebappLauncherActivity" android:exported="true" android:taskAffinity="" android:excludeFromRecents="true">
            <intent-filter>
                <action android:name="com.google.android.apps.chrome.webapps.WebappManager.ACTION_START_WEBAPP" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
            <intent-filter>
                <action android:name="org.webapk.ACTION_START_WEBAPK" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>
        <activity-alias android:name="com.google.android.apps.chrome.webapps.WebappManager" android:targetActivity="org.chromium.chrome.browser.webapps.WebappLauncherActivity" />
        <activity-alias android:name="org.chromium.chrome.browser.webapps.SecureWebAppLauncher" android:exported="false" android:targetActivity="org.chromium.chrome.browser.webapps.WebappLauncherActivity">
            <intent-filter>
                <action android:name="org.chromium.chrome.browser.webapps.WebappManager.ACTION_START_SECURE_WEBAPP" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity-alias>
        <activity android:theme="@style/APKTOOL_DUMMYVAL_0x7f1402d5" android:label="@string/APKTOOL_DUMMYVAL_0x7f1308fb" android:name="org.chromium.chrome.browser.webapps.WebappActivity" android:exported="false" android:launchMode="singleTop" android:configChanges="density|keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:windowSoftInputMode="adjustResize" android:hardwareAccelerated="false" android:persistableMode="persistNever" android:documentLaunchMode="intoExisting" android:resizeableActivity="true" android:supportsPictureInPicture="true">
            <intent-filter>
                <action android:name="org.chromium.chrome.browser.dummy.action" />
                <category android:name="com.google.intent.category.DAYDREAM" />
                <category android:name="com.google.intent.category.CARDBOARD" />
            </intent-filter>
        </activity>
        <activity-alias android:label="@string/APKTOOL_DUMMYVAL_0x7f1308fb" android:name="com.google.android.apps.chrome.webapps.WebappActivity" android:targetActivity="org.chromium.chrome.browser.webapps.WebappActivity" android:resizeableActivity="true" android:supportsPictureInPicture="true" />
        <activity android:theme="@style/APKTOOL_DUMMYVAL_0x7f1402d6" android:label="@string/APKTOOL_DUMMYVAL_0x7f1308fb" android:name="org.chromium.chrome.browser.webapps.SameTaskWebApkActivity" android:exported="false" android:configChanges="density|keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:windowSoftInputMode="adjustResize" android:hardwareAccelerated="false" android:persistableMode="persistNever" android:resizeableActivity="true" android:supportsPictureInPicture="true">
            <intent-filter>
                <action android:name="org.chromium.chrome.browser.dummy.action" />
                <category android:name="com.google.intent.category.DAYDREAM" />
                <category android:name="com.google.intent.category.CARDBOARD" />
            </intent-filter>
        </activity>
        <activity android:theme="@android:style/Theme.NoDisplay" android:name="org.chromium.chrome.browser.webapps.ActivateWebApkActivity" android:exported="true">
            <intent-filter>
                <action android:name="org.chromium.chrome.browser.webapps.ActivateWebApkActivity.ACTIVATE" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="org.chromium.chrome.browser.BrowserRestartActivity" android:exported="false" android:process=":browser_restart_process" android:excludeFromRecents="true" android:launchMode="singleInstance" />
        <activity android:theme="@android:style/Theme.NoDisplay" android:label="@string/APKTOOL_DUMMYVAL_0x7f1306ed" android:icon="@drawable/APKTOOL_DUMMYVAL_0x7f08035c" android:name="org.chromium.chrome.browser.printing.PrintShareActivity" android:enabled="false" android:exported="true" android:excludeFromRecents="true" android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize" android:noHistory="true">
            <intent-filter>
                <action android:name="android.intent.action.SEND" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:mimeType="text/plain" />
                <data android:mimeType="multipart/related" />
                <data android:mimeType="message/rfc822" />
            </intent-filter>
        </activity>
        <activity android:theme="@android:style/Theme.NoDisplay" android:label="@string/APKTOOL_DUMMYVAL_0x7f13079a" android:icon="@drawable/APKTOOL_DUMMYVAL_0x7f0801b6" android:name="org.chromium.chrome.browser.send_tab_to_self.SendTabToSelfShareActivity" android:enabled="false" android:exported="true" android:excludeFromRecents="true" android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize" android:noHistory="true">
            <intent-filter>
                <action android:name="android.intent.action.SEND" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:mimeType="text/plain" />
            </intent-filter>
        </activity>
        <activity android:theme="@style/APKTOOL_DUMMYVAL_0x7f1402c8" android:label="@string/APKTOOL_DUMMYVAL_0x7f1307ba" android:icon="@drawable/APKTOOL_DUMMYVAL_0x7f080159" android:name="org.chromium.chrome.browser.sharing.shared_clipboard.SharedClipboardShareActivity" android:enabled="false" android:exported="true" android:excludeFromRecents="true" android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize" android:noHistory="true">
            <intent-filter>
                <action android:name="android.intent.action.SEND" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:mimeType="text/plain" />
            </intent-filter>
        </activity>
        <activity android:theme="@android:style/Theme.NoDisplay" android:name="org.chromium.chrome.browser.vr.VrCancelAnimationActivity" android:exported="false" android:excludeFromRecents="true" android:noHistory="true">
            <intent-filter>
                <action android:name="org.chromium.chrome.browser.dummy.action" />
                <category android:name="com.google.intent.category.DAYDREAM" />
                <category android:name="com.google.intent.category.CARDBOARD" />
            </intent-filter>
        </activity>
        <receiver android:name="org.chromium.chrome.browser.browserservices.ClientAppBroadcastReceiver" android:exported="true">
            <intent-filter>
                <data android:scheme="package" />
                <action android:name="android.intent.action.PACKAGE_FULLY_REMOVED" />
                <action android:name="android.intent.action.PACKAGE_DATA_CLEARED" />
            </intent-filter>
        </receiver>
        <activity android:theme="@style/APKTOOL_DUMMYVAL_0x7f1402cb" android:name="org.chromium.chrome.browser.browserservices.ClearDataDialogActivity" android:exported="false" />
        <activity android:theme="@style/APKTOOL_DUMMYVAL_0x7f1402c6" android:name="org.chromium.chrome.browser.browserservices.ManageTrustedWebActivityDataActivity" android:exported="true">
            <intent-filter>
                <action android:name="android.support.customtabs.action.ACTION_MANAGE_TRUSTED_WEB_ACTIVITY_DATA" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.support.customtabs.action.ACTION_MANAGE_TRUSTED_WEB_ACTIVITY_DATA" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:scheme="https" />
            </intent-filter>
        </activity>
        <activity android:theme="@style/APKTOOL_DUMMYVAL_0x7f1402c5" android:label="@string/APKTOOL_DUMMYVAL_0x7f130253" android:name="org.chromium.chrome.browser.webauth.authenticator.CableAuthenticatorActivity" android:permission="com.google.android.gms.auth.cryptauth.permission.CABLEV2_SERVER_LINK" android:exported="true" android:launchMode="singleTop">
            <intent-filter>
                <action android:name="android.hardware.usb.action.USB_ACCESSORY_ATTACHED" />
            </intent-filter>
            <meta-data android:name="android.hardware.usb.action.USB_ACCESSORY_ATTACHED" android:resource="@xml/APKTOOL_DUMMYVAL_0x7f170021" />
        </activity>
        <receiver android:name="org.chromium.chrome.browser.browserservices.ui.trustedwebactivity.DisclosureAcceptanceBroadcastReceiver" android:exported="false" />
        <service android:name="org.chromium.chrome.browser.photo_picker.DecoderService" android:exported="false" android:process=":decoder_service" android:description="@string/APKTOOL_DUMMYVAL_0x7f13033f" android:isolatedProcess="true" />
        <receiver android:name="org.chromium.chrome.browser.services.AccountsChangedReceiver" android:exported="true">
            <intent-filter>
                <action android:name="android.accounts.LOGIN_ACCOUNTS_CHANGED" />
            </intent-filter>
        </receiver>
        <service android:name="org.chromium.chrome.browser.download.DownloadForegroundService" android:exported="false" />
        <service android:name="org.chromium.chrome.browser.download.DownloadBroadcastManager" android:exported="false" />
        <receiver android:label="@string/APKTOOL_DUMMYVAL_0x7f13023b" android:name="com.google.android.apps.chrome.appwidget.bookmarks.BookmarkThumbnailWidgetProvider" android:exported="true">
            <intent-filter>
                <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
                <action android:name=".BOOKMARK_APPWIDGET_UPDATE" />
            </intent-filter>
            <meta-data android:name="android.appwidget.provider" android:resource="@xml/APKTOOL_DUMMYVAL_0x7f170007" />
        </receiver>
        <service android:name="org.chromium.chrome.browser.bookmarkswidget.BookmarkWidgetService" android:permission="android.permission.BIND_REMOTEVIEWS" android:exported="false" />
        <receiver android:name="org.chromium.chrome.browser.bookmarkswidget.BookmarkWidgetProxy" android:exported="false" />
        <receiver android:label="@string/APKTOOL_DUMMYVAL_0x7f13078d" android:name="org.chromium.chrome.browser.searchwidget.SearchWidgetProvider" android:exported="true">
            <intent-filter>
                <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
            </intent-filter>
            <intent-filter>
                <action android:name="org.chromium.chrome.browser.searchwidget.START_TEXT_QUERY" />
            </intent-filter>
            <intent-filter>
                <action android:name="org.chromium.chrome.browser.searchwidget.START_VOICE_QUERY" />
            </intent-filter>
            <intent-filter>
                <action android:name="org.chromium.chrome.browser.searchwidget.UPDATE_ALL_WIDGETS" />
            </intent-filter>
            <meta-data android:name="android.appwidget.provider" android:resource="@xml/APKTOOL_DUMMYVAL_0x7f170026" />
        </receiver>
        <activity android:theme="@style/APKTOOL_DUMMYVAL_0x7f1402d1" android:label="Search" android:name="org.chromium.chrome.browser.searchwidget.SearchActivity" android:exported="false" android:taskAffinity="" android:clearTaskOnLaunch="true" android:excludeFromRecents="true" android:launchMode="singleTask" android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize" android:windowSoftInputMode="adjustResize" android:hardwareAccelerated="false" />
        <service android:name="org.chromium.chrome.browser.notifications.NotificationService" android:exported="false" />
        <receiver android:name="org.chromium.chrome.browser.notifications.NotificationService$Receiver" android:exported="false" />
        <receiver android:name="org.chromium.chrome.browser.notifications.NotificationServiceImpl$Receiver" android:exported="false">
            <intent-filter>
                <action android:name="org.chromium.chrome.browser.notifications.CLICK_NOTIFICATION" />
                <action android:name="org.chromium.chrome.browser.notifications.CLOSE_NOTIFICATION" />
            </intent-filter>
        </receiver>
        <service android:name="org.chromium.chrome.browser.notifications.NotificationJobService" android:permission="android.permission.BIND_JOB_SERVICE" android:exported="false" />
        <service android:name="org.chromium.components.background_task_scheduler.internal.BackgroundTaskJobService" android:permission="android.permission.BIND_JOB_SERVICE" android:exported="false" />
        <receiver android:name="org.chromium.components.background_task_scheduler.internal.BackgroundTaskBroadcastReceiver" android:exported="false" />
        <service android:name="org.chromium.chrome.browser.prerender.ChromePrerenderService" android:exported="true" />
        <service android:name="org.chromium.chrome.browser.customtabs.CustomTabsConnectionService" android:exported="true">
            <intent-filter>
                <action android:name="android.support.customtabs.action.CustomTabsService" />
                <category android:name="androidx.browser.customtabs.category.ColorSchemeCustomization" />
                <category android:name="androidx.browser.customtabs.category.NavBarColorCustomization" />
                <category android:name="androidx.browser.trusted.category.ImmersiveMode" />
                <category android:name="androidx.browser.trusted.category.LaunchSiteSettings" />
                <category android:name="androidx.browser.trusted.category.LaunchWebApkSiteSettings" />
                <category android:name="androidx.browser.trusted.category.TrustedWebActivities" />
                <category android:name="androidx.browser.trusted.category.TrustedWebActivitySplashScreensV1" />
                <category android:name="androidx.browser.trusted.category.WebShareTargetV2" />
            </intent-filter>
        </service>
        <service android:name="androidx.browser.customtabs.PostMessageService" />
        <service android:name="org.chromium.chrome.browser.crash.ChromeMinidumpUploadJobService" android:permission="android.permission.BIND_JOB_SERVICE" android:exported="false" />
        <service android:name="org.chromium.chrome.browser.crash.MinidumpUploadService" android:exported="false" />
        <service android:name="org.chromium.chrome.browser.omaha.OmahaClient" android:exported="false" />
        <service android:name="org.chromium.chrome.browser.incognito.IncognitoNotificationService" android:exported="false" />
        <service android:name="org.chromium.components.payments.PaymentDetailsUpdateService" android:exported="true" />
        <receiver android:name="org.chromium.chrome.browser.announcement.AnnouncementNotificationManager$Receiver" android:exported="false" />
        <receiver android:name="org.chromium.chrome.browser.notifications.NotificationIntentInterceptor$Receiver" android:exported="false" />
        <activity android:theme="@android:style/Theme.NoDisplay" android:name="org.chromium.chrome.browser.notifications.NotificationIntentInterceptor$TrampolineActivity" android:exported="false" android:excludeFromRecents="true" android:noHistory="true" android:documentLaunchMode="always" android:autoRemoveFromRecents="true" />
        <receiver android:name="org.chromium.chrome.browser.notifications.scheduler.DisplayAgent$Receiver" android:exported="false" />
        <receiver android:name="org.chromium.chrome.browser.app.send_tab_to_self.SendTabToSelfNotificationReceiver" android:exported="false" />
        <receiver android:name="org.chromium.chrome.browser.customtabs.CustomTabsShareBroadcastReceiver" android:exported="false" />
        <receiver android:name="org.chromium.chrome.browser.sharing.click_to_call.ClickToCallMessageHandler$TapReceiver" android:exported="false" />
        <receiver android:name="org.chromium.chrome.browser.sharing.shared_clipboard.SharedClipboardMessageHandler$TapReceiver" android:exported="false" />
        <receiver android:name="org.chromium.chrome.browser.sharing.shared_clipboard.SharedClipboardMessageHandler$TryAgainReceiver" android:exported="false" />
        <receiver android:name="org.chromium.chrome.browser.sharing.sms_fetcher.SmsFetcherMessageHandler$NotificationReceiver" android:exported="false" />
        <receiver android:name="org.chromium.chrome.browser.offlinepages.prefetch.PrefetchedPagesNotifier$ClickReceiver" android:exported="false" />
        <receiver android:name="org.chromium.chrome.browser.offlinepages.prefetch.PrefetchedPagesNotifier$SettingsReceiver" android:exported="false" />
        <receiver android:name="org.chromium.chrome.browser.offlinepages.AutoFetchNotifier$CompleteNotificationReceiver" android:exported="false" />
        <receiver android:name="org.chromium.chrome.browser.offlinepages.AutoFetchNotifier$InProgressCancelReceiver" android:exported="false" />
        <service android:name="org.chromium.chrome.browser.media.MediaCaptureNotificationService" android:exported="false" />
        <service android:name="org.chromium.chrome.browser.media.ui.ChromeMediaNotificationControllerServices$PlaybackListenerService" android:exported="false">
            <intent-filter>
                <action android:name="android.intent.action.MEDIA_BUTTON" />
            </intent-filter>
        </service>
        <service android:name="org.chromium.chrome.browser.media.ui.ChromeMediaNotificationControllerServices$PresentationListenerService" android:exported="false">
            <intent-filter>
                <action android:name="android.intent.action.MEDIA_BUTTON" />
            </intent-filter>
        </service>
        <service android:name="org.chromium.chrome.browser.media.ui.ChromeMediaNotificationControllerServices$CastListenerService" android:exported="false">
            <intent-filter>
                <action android:name="android.intent.action.MEDIA_BUTTON" />
            </intent-filter>
        </service>
        <service android:name="org.chromium.chrome.browser.tracing.TracingNotificationService" android:exported="false" />
        <receiver android:name="org.chromium.chrome.browser.omaha.UpdateNotificationController$UpdateNotificationReceiver" android:exported="false" />
        <meta-data android:name="org.chromium.content.browser.SMART_CLIP_PROVIDER" android:value="org.chromium.content_public.browser.SmartClipProvider" />
        <activity android:theme="@style/APKTOOL_DUMMYVAL_0x7f1402ab" android:name="org.chromium.chrome.browser.test_dummy.TestDummyActivity" android:exported="true" android:excludeFromRecents="true" android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenLayout|screenSize|smallestScreenSize" android:noHistory="true" />
        <meta-data android:name="org.chromium.content.browser.NUM_SANDBOXED_SERVICES" android:value="40" />
        <service android:name="org.chromium.content.app.SandboxedProcessService0" android:permission="org.chromium.chrome.stable.permission.CHILD_SERVICE" android:exported="false" android:process=":sandboxed_process0" android:isolatedProcess="true" android:useAppZygote="true" />
        <service android:name="org.chromium.content.app.SandboxedProcessService1" android:permission="org.chromium.chrome.stable.permission.CHILD_SERVICE" android:exported="false" android:process=":sandboxed_process1" android:isolatedProcess="true" />
        <service android:name="org.chromium.content.app.SandboxedProcessService2" android:permission="org.chromium.chrome.stable.permission.CHILD_SERVICE" android:exported="false" android:process=":sandboxed_process2" android:isolatedProcess="true" />
        <service android:name="org.chromium.content.app.SandboxedProcessService3" android:permission="org.chromium.chrome.stable.permission.CHILD_SERVICE" android:exported="false" android:process=":sandboxed_process3" android:isolatedProcess="true" />
        <service android:name="org.chromium.content.app.SandboxedProcessService4" android:permission="org.chromium.chrome.stable.permission.CHILD_SERVICE" android:exported="false" android:process=":sandboxed_process4" android:isolatedProcess="true" />
        <service android:name="org.chromium.content.app.SandboxedProcessService5" android:permission="org.chromium.chrome.stable.permission.CHILD_SERVICE" android:exported="false" android:process=":sandboxed_process5" android:isolatedProcess="true" />
        <service android:name="org.chromium.content.app.SandboxedProcessService6" android:permission="org.chromium.chrome.stable.permission.CHILD_SERVICE" android:exported="false" android:process=":sandboxed_process6" android:isolatedProcess="true" />
        <service android:name="org.chromium.content.app.SandboxedProcessService7" android:permission="org.chromium.chrome.stable.permission.CHILD_SERVICE" android:exported="false" android:process=":sandboxed_process7" android:isolatedProcess="true" />
        <service android:name="org.chromium.content.app.SandboxedProcessService8" android:permission="org.chromium.chrome.stable.permission.CHILD_SERVICE" android:exported="false" android:process=":sandboxed_process8" android:isolatedProcess="true" />
        <service android:name="org.chromium.content.app.SandboxedProcessService9" android:permission="org.chromium.chrome.stable.permission.CHILD_SERVICE" android:exported="false" android:process=":sandboxed_process9" android:isolatedProcess="true" />
        <service android:name="org.chromium.content.app.SandboxedProcessService10" android:permission="org.chromium.chrome.stable.permission.CHILD_SERVICE" android:exported="false" android:process=":sandboxed_process10" android:isolatedProcess="true" />
        <service android:name="org.chromium.content.app.SandboxedProcessService11" android:permission="org.chromium.chrome.stable.permission.CHILD_SERVICE" android:exported="false" android:process=":sandboxed_process11" android:isolatedProcess="true" />
        <service android:name="org.chromium.content.app.SandboxedProcessService12" android:permission="org.chromium.chrome.stable.permission.CHILD_SERVICE" android:exported="false" android:process=":sandboxed_process12" android:isolatedProcess="true" />
        <service android:name="org.chromium.content.app.SandboxedProcessService13" android:permission="org.chromium.chrome.stable.permission.CHILD_SERVICE" android:exported="false" android:process=":sandboxed_process13" android:isolatedProcess="true" />
        <service android:name="org.chromium.content.app.SandboxedProcessService14" android:permission="org.chromium.chrome.stable.permission.CHILD_SERVICE" android:exported="false" android:process=":sandboxed_process14" android:isolatedProcess="true" />
        <service android:name="org.chromium.content.app.SandboxedProcessService15" android:permission="org.chromium.chrome.stable.permission.CHILD_SERVICE" android:exported="false" android:process=":sandboxed_process15" android:isolatedProcess="true" />
        <service android:name="org.chromium.content.app.SandboxedProcessService16" android:permission="org.chromium.chrome.stable.permission.CHILD_SERVICE" android:exported="false" android:process=":sandboxed_process16" android:isolatedProcess="true" />
        <service android:name="org.chromium.content.app.SandboxedProcessService17" android:permission="org.chromium.chrome.stable.permission.CHILD_SERVICE" android:exported="false" android:process=":sandboxed_process17" android:isolatedProcess="true" />
        <service android:name="org.chromium.content.app.SandboxedProcessService18" android:permission="org.chromium.chrome.stable.permission.CHILD_SERVICE" android:exported="false" android:process=":sandboxed_process18" android:isolatedProcess="true" />
        <service android:name="org.chromium.content.app.SandboxedProcessService19" android:permission="org.chromium.chrome.stable.permission.CHILD_SERVICE" android:exported="false" android:process=":sandboxed_process19" android:isolatedProcess="true" />
        <service android:name="org.chromium.content.app.SandboxedProcessService20" android:permission="org.chromium.chrome.stable.permission.CHILD_SERVICE" android:exported="false" android:process=":sandboxed_process20" android:isolatedProcess="true" />
        <service android:name="org.chromium.content.app.SandboxedProcessService21" android:permission="org.chromium.chrome.stable.permission.CHILD_SERVICE" android:exported="false" android:process=":sandboxed_process21" android:isolatedProcess="true" />
        <service android:name="org.chromium.content.app.SandboxedProcessService22" android:permission="org.chromium.chrome.stable.permission.CHILD_SERVICE" android:exported="false" android:process=":sandboxed_process22" android:isolatedProcess="true" />
        <service android:name="org.chromium.content.app.SandboxedProcessService23" android:permission="org.chromium.chrome.stable.permission.CHILD_SERVICE" android:exported="false" android:process=":sandboxed_process23" android:isolatedProcess="true" />
        <service android:name="org.chromium.content.app.SandboxedProcessService24" android:permission="org.chromium.chrome.stable.permission.CHILD_SERVICE" android:exported="false" android:process=":sandboxed_process24" android:isolatedProcess="true" />
        <service android:name="org.chromium.content.app.SandboxedProcessService25" android:permission="org.chromium.chrome.stable.permission.CHILD_SERVICE" android:exported="false" android:process=":sandboxed_process25" android:isolatedProcess="true" />
        <service android:name="org.chromium.content.app.SandboxedProcessService26" android:permission="org.chromium.chrome.stable.permission.CHILD_SERVICE" android:exported="false" android:process=":sandboxed_process26" android:isolatedProcess="true" />
        <service android:name="org.chromium.content.app.SandboxedProcessService27" android:permission="org.chromium.chrome.stable.permission.CHILD_SERVICE" android:exported="false" android:process=":sandboxed_process27" android:isolatedProcess="true" />
        <service android:name="org.chromium.content.app.SandboxedProcessService28" android:permission="org.chromium.chrome.stable.permission.CHILD_SERVICE" android:exported="false" android:process=":sandboxed_process28" android:isolatedProcess="true" />
        <service android:name="org.chromium.content.app.SandboxedProcessService29" android:permission="org.chromium.chrome.stable.permission.CHILD_SERVICE" android:exported="false" android:process=":sandboxed_process29" android:isolatedProcess="true" />
        <service android:name="org.chromium.content.app.SandboxedProcessService30" android:permission="org.chromium.chrome.stable.permission.CHILD_SERVICE" android:exported="false" android:process=":sandboxed_process30" android:isolatedProcess="true" />
        <service android:name="org.chromium.content.app.SandboxedProcessService31" android:permission="org.chromium.chrome.stable.permission.CHILD_SERVICE" android:exported="false" android:process=":sandboxed_process31" android:isolatedProcess="true" />
        <service android:name="org.chromium.content.app.SandboxedProcessService32" android:permission="org.chromium.chrome.stable.permission.CHILD_SERVICE" android:exported="false" android:process=":sandboxed_process32" android:isolatedProcess="true" />
        <service android:name="org.chromium.content.app.SandboxedProcessService33" android:permission="org.chromium.chrome.stable.permission.CHILD_SERVICE" android:exported="false" android:process=":sandboxed_process33" android:isolatedProcess="true" />
        <service android:name="org.chromium.content.app.SandboxedProcessService34" android:permission="org.chromium.chrome.stable.permission.CHILD_SERVICE" android:exported="false" android:process=":sandboxed_process34" android:isolatedProcess="true" />
        <service android:name="org.chromium.content.app.SandboxedProcessService35" android:permission="org.chromium.chrome.stable.permission.CHILD_SERVICE" android:exported="false" android:process=":sandboxed_process35" android:isolatedProcess="true" />
        <service android:name="org.chromium.content.app.SandboxedProcessService36" android:permission="org.chromium.chrome.stable.permission.CHILD_SERVICE" android:exported="false" android:process=":sandboxed_process36" android:isolatedProcess="true" />
        <service android:name="org.chromium.content.app.SandboxedProcessService37" android:permission="org.chromium.chrome.stable.permission.CHILD_SERVICE" android:exported="false" android:process=":sandboxed_process37" android:isolatedProcess="true" />
        <service android:name="org.chromium.content.app.SandboxedProcessService38" android:permission="org.chromium.chrome.stable.permission.CHILD_SERVICE" android:exported="false" android:process=":sandboxed_process38" android:isolatedProcess="true" />
        <service android:name="org.chromium.content.app.SandboxedProcessService39" android:permission="org.chromium.chrome.stable.permission.CHILD_SERVICE" android:exported="false" android:process=":sandboxed_process39" android:isolatedProcess="true" />
        <meta-data android:name="org.chromium.content.browser.NUM_PRIVILEGED_SERVICES" android:value="5" />
        <service android:name="org.chromium.content.app.PrivilegedProcessService0" android:permission="org.chromium.chrome.stable.permission.CHILD_SERVICE" android:exported="false" android:process=":privileged_process0" android:isolatedProcess="false" />
        <service android:name="org.chromium.content.app.PrivilegedProcessService1" android:permission="org.chromium.chrome.stable.permission.CHILD_SERVICE" android:exported="false" android:process=":privileged_process1" android:isolatedProcess="false" />
        <service android:name="org.chromium.content.app.PrivilegedProcessService2" android:permission="org.chromium.chrome.stable.permission.CHILD_SERVICE" android:exported="false" android:process=":privileged_process2" android:isolatedProcess="false" />
        <service android:name="org.chromium.content.app.PrivilegedProcessService3" android:permission="org.chromium.chrome.stable.permission.CHILD_SERVICE" android:exported="false" android:process=":privileged_process3" android:isolatedProcess="false" />
        <service android:name="org.chromium.content.app.PrivilegedProcessService4" android:permission="org.chromium.chrome.stable.permission.CHILD_SERVICE" android:exported="false" android:process=":privileged_process4" android:isolatedProcess="false" />
        <meta-data android:name="android.allow_multiple_resumed_activities" android:value="true" />
        <meta-data android:name="com.samsung.android.sdk.multiwindow.enable" android:value="true" />
        <meta-data android:name="com.samsung.android.sdk.multiwindow.multiinstance.enable" android:value="true" />
        <meta-data android:name="com.samsung.android.sdk.multiwindow.multiinstance.launchmode" android:value="singleTask" />
        <meta-data android:name="com.samsung.android.sdk.multiwindow.penwindow.enable" android:value="true" />
        <meta-data android:name="android.content.APP_RESTRICTIONS" android:resource="@xml/APKTOOL_DUMMYVAL_0x7f170005" />
        <provider android:name="org.chromium.chrome.browser.util.ChromeFileProvider" android:exported="false" android:authorities="org.chromium.chrome.stable.FileProvider" android:grantUriPermissions="true">
            <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/APKTOOL_DUMMYVAL_0x7f170012" />
        </provider>
        <provider android:name="org.chromium.chrome.browser.download.DownloadFileProvider" android:exported="false" android:authorities="org.chromium.chrome.stable.DownloadFileProvider" android:grantUriPermissions="true">
            <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/APKTOOL_DUMMYVAL_0x7f170012" />
        </provider>
        <provider android:name="org.chromium.chrome.browser.provider.ChromeBrowserProvider" android:exported="true" android:authorities="org.chromium.chrome.stable.ChromeBrowserProvider;org.chromium.chrome.stable.browser;org.chromium.chrome.stable">
            <path-permission android:readPermission="android.permission.GLOBAL_SEARCH" android:path="/bookmarks/search_suggest_query" />
        </provider>
    </application>
</manifest>