移动应用反编译源码文件在线浏览与安全分析


正在查看:GO Keyboard v4.0 -- AndroidManifest.xml 的源代码文件

本页面用于展示反编译生成的源代码文件,仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。


<?xml version="1.0" encoding="utf-8"?>
<manifest android:sharedUserId="com.jb.gokeyboard.shared" android:versionCode="542" android:versionName="4.0" android:compileSdkVersion="31" android:compileSdkVersionCodename="12" package="com.jb.emoji.gokeyboard" platformBuildVersionCode="31" platformBuildVersionName="12"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30" />
    <uses-permission android:name="android.permission.CAMERA" />
    <uses-permission android:name="android.permission.INTERNET" />
    <uses-permission android:name="android.permission.GET_ACCOUNTS" />
    <uses-permission android:name="android.permission.GET_TASKS" />
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
    <uses-permission android:name="android.permission.READ_CONTACTS" />
    <uses-permission android:name="android.permission.READ_USER_DICTIONARY" />
    <uses-permission android:name="android.permission.WRITE_USER_DICTIONARY" />
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
    <uses-permission android:name="android.permission.DEVICE_POWER" />
    <uses-permission android:name="android.permission.WAKE_LOCK" />
    <uses-permission android:name="android.permission.INTERNAL_SYSTEM_WINDOW" />
    <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
    <uses-permission android:name="android.permission.SET_WALLPAPER" />
    <uses-permission android:name="com.android.vending.BILLING" />
    <uses-permission android:name="android.permission.RECORD_AUDIO" />
    <uses-permission android:name="android.permission.VIBRATE" />
    <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
    <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
    <uses-permission android:name="android.permission.READ_PHONE_STATE" />
    <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
    <uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
    <uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
    <permission android:name="com.jb.gokeyboard.setting" android:protectionLevel="signature" />
    <uses-permission android:name="android.permission.REORDER_TASKS" />
    <uses-permission android:name="android.permission.EXPAND_STATUS_BAR" />
    <uses-permission android:name="com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE" />
    <uses-permission android:name="com.google.android.gms.permission.AD_ID" />
    <queries>
        <intent>
            <action android:name="android.intent.action.VIEW" />
            <category android:name="android.intent.category.BROWSABLE" />
            <data android:scheme="https" />
        </intent>
        <intent>
            <action android:name="android.support.customtabs.action.CustomTabsService" />
        </intent>
        <intent>
            <action android:name="android.media.browse.MediaBrowserService" />
        </intent>
        <intent>
            <action android:name="androidx.media2.session.MediaSessionService" />
        </intent>
        <intent>
            <action android:name="androidx.media2.session.MediaLibraryService" />
        </intent>
        <intent>
            <action android:name="android.media.browse.MediaBrowserService" />
        </intent>
    </queries>
    <application android:theme="@style/BaseAppTheme" android:label="@string/ime_name" android:icon="@mipmap/icon" android:name="com.jb.gokeyboard.GoKeyboardApplication" android:allowBackup="true" android:largeHeap="true" android:supportsRtl="true" android:extractNativeLibs="false" android:usesCleartextTraffic="true" android:appComponentFactory="androidx.core.app.CoreComponentFactory" android:isSplitRequired="true" android:requestLegacyExternalStorage="true" android:preserveLegacyExternalStorage="true">
        <meta-data android:name="com.google.android.gms.ads.APPLICATION_ID" android:value="ca-app-pub-3770487070118354~3626364172" />
        <meta-data android:name="com.google.android.play.billingclient.version" android:value="3.0.0" />
        <meta-data android:name="applovin.sdk.key" android:value="qD_ETVvkH-t5fGbcApv4KRy7REkKxaLmoL_Gru-7ssCV7o7Ha1MvSJ1uXlDTJZE6vDMk5KrxB1RIpTZOZxI1EJ" />
        <uses-library android:name="android.test.runner" android:required="false" />
        <uses-library android:name="org.apache.http.legacy" android:required="false" />
        <receiver android:name="com.appsflyer.MultipleInstallBroadcastReceiver" android:exported="true">
            <intent-filter>
                <action android:name="com.android.vending.INSTALL_REFERRER" />
            </intent-filter>
        </receiver>
        <receiver android:name="com.jb.gokeyboard.google.analytic.ReferrerInfoReceiver" android:exported="true">
            <intent-filter>
                <action android:name="com.android.vending.INSTALL_REFERRER" />
            </intent-filter>
        </receiver>
        <provider android:name="com.cs.bd.buychannel.MPSharedPreferences" android:exported="false" android:authorities="com.jb.emoji.gokeyboard.commerce.MPSharedPreferences" />
        <service android:label="@string/ime_name_emoji" android:name="com.jb.gokeyboard.GoKeyboard" android:permission="android.permission.BIND_INPUT_METHOD">
            <intent-filter>
                <action android:name="android.view.InputMethod" />
            </intent-filter>
            <meta-data android:name="android.view.im" android:resource="@xml/method" />
        </service>
        <activity android:theme="@style/LauncherTheme" android:label="@string/ime_name" android:name="com.jb.gokeyboard.MainActivity" android:excludeFromRecents="true">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
            <intent-filter>
                <action android:name="com.jb.gokeyboard.action.plugin.twemoji" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
            <intent-filter>
                <action android:name="com.jb.gokeyboard.action.plugin.emojione" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
            <intent-filter>
                <action android:name="com.jb.gokeyboard.action.langpack.es_us" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
            <intent-filter>
                <action android:name="com.jb.gokeyboard.action.sticker" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>
        <activity android:name="com.jb.gokeyboard.cropImage.CropImageActivity" android:process=":store" android:hardwareAccelerated="false">
            <intent-filter android:label="@string/crop_label">
                <action android:name="com.jb.goime.action.CROP" />
            </intent-filter>
        </activity>
        <receiver android:name="com.jb.gokeyboard.BootupReceiver">
            <intent-filter>
                <action android:name="android.intent.action.BOOT_COMPLETED" />
            </intent-filter>
        </receiver>
        <service android:name="com.jb.gokeyboard.GoKeyboardServer" />
        <service android:name="com.jb.gokeyboard.common.util.GOMemPrintService" />
        <activity android:name="com.jb.gokeyboard.gostore.LocalAppDetailActivity" android:process=":store" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize">
            <intent-filter>
                <action android:name="com.jb.gokeyboard.gostore.LocalAppDetailActivity" />
                <action android:name="com.jb.gokeyboard.gostore.LocalFragmentActivity" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>
        <activity-alias android:name="com.jb.gokeyboard.theme.ZipThemePush" android:process=":store" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" android:targetActivity="com.jb.gokeyboard.gostore.LocalAppDetailActivity" />
        <provider android:name="com.jb.gokeyboard.provider.ProviderForAttachEmoji" android:exported="true" android:authorities="com.jb.emoji.gokeyboard.provider.ProviderForAttach" />
        <provider android:name="com.jb.gokeyboard.provider.GoKeyboardDataProviderEmoji" android:permission="com.jb.gokeyboard.setting" android:exported="true" android:authorities="com.jb.emoji.gokeyboard.settings" />
        <provider android:name="com.jb.gokeyboard.gostore.GoKeyboardProviderEmoji" android:exported="true" android:authorities="com.jb.emoji.gokeyboard.gokeyboardprovider" />
        <receiver android:name="com.jb.gokeyboard.statistics.AlarmStatisticReceiver">
            <intent-filter>
                <action android:name="com.jb.emoji.gokeyboard.STATISTIC" />
            </intent-filter>
        </receiver>
        <activity android:theme="@style/NormalDialogTheme" android:name="com.jb.gokeyboard.crashreport.CrashReportDialog" android:exported="true" android:finishOnTaskLaunch="true" android:excludeFromRecents="true" android:launchMode="singleInstance" />
        <receiver android:name="com.jb.gokeyboard.gostore.NotificationGuideToStoreReceiver">
            <intent-filter>
                <action android:name="com.jb.gokeyboard.gostore.NotificationGuideToStoreReceiver" />
            </intent-filter>
        </receiver>
        <activity android:name="com.jb.gokeyboard.messagecenter.MessageContentActivity">
            <intent-filter>
                <action android:name="com.jb.gokeyboard.messagecenter.msgcontentactivity" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>
        <activity android:name="com.jb.gokeyboard.messagecenter.MsgNotifyActivity">
            <intent-filter>
                <action android:name="com.jb.gokeyboard.messagecenter.msgnotifyactivity" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>
        <activity android:theme="@style/LauncherTheme" android:label="@string/topmenu_left_btn_text" android:name="com.jb.gokeyboard.preferences.KeyboardSettingMainActivity" android:process=":store" android:excludeFromRecents="true" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize">
            <intent-filter>
                <category android:name="android.intent.category.PREFERENCE" />
            </intent-filter>
        </activity>
        <activity android:label="@string/L2_DisplaysSetting_Main" android:name="com.jb.gokeyboard.preferences.KeyboardSettingDisplayActivity" android:process=":store" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:label="@string/L2_DisplaysSetting_Summary" android:name="com.jb.gokeyboard.preferences.KeyboardSettingKeyHightFontsizeActivity" android:process=":store" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:label="@string/pref_group_display_popup" android:name="com.jb.gokeyboard.preferences.KeyboardSettingPopupActivity" android:process=":store" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:label="@string/L3_EnableSwipe_title" android:name="com.jb.gokeyboard.preferences.KeyboardSettingGestureSwitchActivity" android:process=":store" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:label="@string/L3_MenuOp_Main" android:name="com.jb.gokeyboard.preferences.KeyboardSettingArcMenuActivity" android:process=":store" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:label="@string/KeyEffect" android:name="com.jb.gokeyboard.preferences.KeyboardSettingKeyEffectActivity" android:process=":store" android:configChanges="keyboardHidden|orientation|screenSize">
            <intent-filter>
                <action android:name="com.jb.gokeyboard.action.plugin.Effect" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>
        <activity android:label="@string/L2_ForeignSetting_Main" android:name="com.jb.gokeyboard.preferences.KeyboardSettingForeignLanguageActivity" android:process=":store" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:label="@string/L2_ChineseSetting_Main" android:name="com.jb.gokeyboard.preferences.KeyboardSettingChineseActivity" android:process=":store" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:label="@string/pref_group_question" android:name="com.jb.gokeyboard.preferences.KeyboardSettingQuestionActivity" android:process=":store" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:label="@string/Help_title" android:name="com.jb.gokeyboard.preferences.KeyboardSettingAboutActivity" android:process=":store" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:label="@string/L2_Feedback_Main" android:name="com.jb.gokeyboard.preferences.KeyboardSettingFeedbackActivity" android:process=":store" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:label="@string/L3_DictionaryManage_Main" android:name="com.jb.gokeyboard.preferences.KeyboardSettingDictionaryActivity" android:process=":store" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:name="com.jb.gokeyboard.preferences.KeyboardSettingCustomizeLeftColumnActivity" android:launchMode="singleTop" android:configChanges="keyboardHidden|orientation|screenSize" android:windowSoftInputMode="adjustNothing|stateAlwaysHidden" />
        <activity android:label="@string/L3_PadMode_Main" android:name="com.jb.gokeyboard.preferences.KeyboardSettingPadSetActivity" android:process=":store" android:configChanges="keyboardHidden|orientation|screenSize">
            <intent-filter>
                <action android:name="com.jb.gokeyboard.action.plugin.PadSet" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>
        <activity android:label="@string/how_to_use_emoji" android:name="com.jb.gokeyboard.preferences.KeyboardSettingHelpActivity" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:label="@string/L2_About_Main" android:name="com.jb.gokeyboard.preferences.KeyboardSettingAboutUsActivity" android:process=":store" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:name="com.jb.gokeyboard.preferences.KeyboardEnableGKActivity" android:excludeFromRecents="true" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|locale|orientation|screenSize" />
        <activity android:theme="@style/LauncherTheme" android:name="com.jb.gokeyboard.theme.guide.ThemeGuideActivity" android:process=":store" android:excludeFromRecents="true" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|locale|orientation|screenSize" />
        <activity android:label="@string/setting_language" android:name="com.jb.gokeyboard.preferences.KeyboardSettingFirstLanguageActivity" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:label="@string/pref_title_language_selected" android:name="com.jb.gokeyboard.preferences.KeyboardSettingLanguageActivity" android:process=":store" android:launchMode="singleTop" android:configChanges="keyboardHidden|orientation|screenSize">
            <intent-filter>
                <action android:name="com.jb.gokeyboard.action.plugin.LanguageSetting" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>
        <activity android:name="com.jb.gokeyboard.preferences.KeyboardSettingSetMenuOpActivity" android:exported="false" android:process=":store" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:label="@string/L3_FantasyTextPlugin" android:name="com.jb.gokeyboard.preferences.KeyboardSettingFantasyTextSetting" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:label="@string/emoji" android:name="com.jb.gokeyboard.preferences.KeyboardSettingEmojiStyleActivity" android:process=":store" android:configChanges="keyboardHidden|orientation|screenSize">
            <intent-filter>
                <action android:name="com.jb.gokeyboard.action.plugin.EmojiStyle" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>
        <activity android:theme="@style/AdaptAndroidOTranslucentNoTitleTheme" android:name="com.jb.gokeyboard.ui.FacebookNativeAdActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" />
        <meta-data android:name="APPKEY" android:value="@string/wecloud_app_key" />
        <meta-data android:name="Channel" android:value="210" />
        <service android:name="com.jb.gokeyboard.language.downloadzip.controller.DownloadLanguageService" />
        <service android:name="com.jb.gokeyboard.download.DLService" />
        <activity android:theme="@style/AdaptAndroidOTranslucentTheme" android:name="com.google.android.gms.ads.AdActivity" android:exported="false" android:taskAffinity="" android:multiprocess="true" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" />
        <service android:name="com.google.android.voiceime.ServiceHelper" />
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.google.android.voiceime.ActivityHelper" android:finishOnTaskLaunch="true" android:excludeFromRecents="true" android:configChanges="keyboard|keyboardHidden|navigation|orientation" android:windowSoftInputMode="stateAlwaysHidden" />
        <service android:name="com.jb.gokeyboard.theme.pay.ThemeConmunicationService" android:exported="true" android:process=":store">
            <intent-filter>
                <action android:name="com.jb.gokeyboard.theme.pay.ThemeConmunicationService" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </service>
        <activity android:theme="@style/Theme.Transparent" android:name="com.jb.gokeyboard.ad.PayNoAdActivity" android:process=":store" />
        <activity android:theme="@style/CustomDialogTheme" android:name="com.jb.gokeyboard.theme.pay.InAppBillingActivity" android:process=":store">
            <intent-filter>
                <action android:name="com.jb.gokeyboard.theme.pay.InAppBillingActivity" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>
        <activity android:theme="@style/CustomDialogTheme" android:name="com.jb.gokeyboard.theme.pay.InAppBillingActivityForTheme" android:process=":store">
            <intent-filter>
                <action android:name="com.jb.gokeyboard.theme.pay.InAppBillingActivityForTheme" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>
        <activity android:theme="@style/CustomDialogTheme" android:name="com.jb.gokeyboard.theme.pay.ApplyActivity" android:process=":store" android:launchMode="singleTop">
            <intent-filter>
                <action android:name="com.jb.gokeyboard.theme.pay.ApplyActivity" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>
        <activity android:theme="@style/CustomDialogTheme" android:name="com.jb.gokeyboard.theme.pay.ApplyActivityForMain" android:excludeFromRecents="true">
            <intent-filter>
                <action android:name="com.jb.gokeyboard.theme.pay.ApplyActivityForMain" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>
        <activity android:theme="@style/CustomDialogTheme" android:name="com.jb.gokeyboard.theme.pay.ApplyActivityForTheme" android:process=":store" android:excludeFromRecents="true">
            <intent-filter>
                <action android:name="com.jb.gokeyboard.theme.pay.ApplyActivityForTheme" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>
        <receiver android:name="com.jb.gokeyboard.theme.pay.PaySuccessReceiver">
            <intent-filter>
                <action android:name="com.jb.emoji.gokeyboard.PaySuccessReceiver" />
            </intent-filter>
        </receiver>
        <receiver android:name="com.jb.gokeyboard.gosearch.NavigationAlarmReceiverBroadCast">
            <intent-filter>
                <action android:name="MYALARMRECEIVER" />
            </intent-filter>
        </receiver>
        <receiver android:name="com.jb.gokeyboard.engine.latin.DictionaryDecayBroadcastReciever">
            <intent-filter>
                <action android:name="com.jb.emoji.gokeyboard.latin.userdictionary.DICT_DECAY" />
            </intent-filter>
        </receiver>
        <receiver android:label="@string/gosearch_widget_name" android:name="com.jb.gokeyboard.widget.GoSearchWidgetProvider">
            <intent-filter>
                <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
                <action android:name="com.jb.gokeyboard.widget.gosearch.click" />
                <action android:name="com.jb.gokeyboard.widget.gosearch.click.gotosearchactivitysamll" />
            </intent-filter>
            <meta-data android:name="android.appwidget.provider" android:resource="@xml/gosearch_widget" />
        </receiver>
        <receiver android:label="@string/gosearch_widget_name" android:name="com.jb.gokeyboard.widget.GoSearchWidgetProvider4x3">
            <intent-filter>
                <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
                <action android:name="com.jb.gokeyboard.widget.gosearch.click" />
                <action android:name="com.jb.gokeyboard.widget.gosearch.click.refresh" />
                <action android:name="com.jb.gokeyboard.widget.gosearch.click.requestdata" />
                <action android:name="com.jb.gokeyboard.widget.gosearch.click.gotosearchactivity" />
                <action android:name="android.intent.action.SEND" />
            </intent-filter>
            <meta-data android:name="android.appwidget.provider" android:resource="@xml/gosearch_widget_black" />
        </receiver>
        <activity android:theme="@style/AdaptAndroidOTranslucentNoTitleTheme" android:name="com.facebook.ads.AudienceNetworkActivity" android:process=":store" android:multiprocess="true" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" />
        <provider android:name="com.jb.gokeyboard.provider.ProviderForOpenInterface" android:exported="true" android:authorities="com.jb.gokeyboard.provider.openinterface" />
        <activity android:theme="@style/GosearchStyle" android:name="com.jb.gokeyboard.gosearch.GoSearchActivity" android:launchMode="singleInstance" android:configChanges="keyboardHidden|orientation|screenSize" android:windowSoftInputMode="adjustPan|stateHidden" />
        <service android:label="@string/wallpaper_name" android:name="com.jb.gokeyboard.wallpaper.LiveWallpaperService" android:permission="android.permission.BIND_WALLPAPER">
            <intent-filter>
                <action android:name="android.service.wallpaper.WallpaperService" />
            </intent-filter>
            <meta-data android:name="android.service.wallpaper" android:resource="@xml/livewallpaper" />
        </service>
        <provider android:name="com.cs.statistic.hide.StatisticContentProvider" android:authorities="com.jb.emoji.gokeyboard.staticsdkprovider" />
        <provider android:name="com.cs.bd.commerce.util.io.MultiprocessSharedPreferences" android:exported="false" android:authorities="com.jb.emoji.gokeyboard.chargelocker.MultiprocessSharedPreferences" />
        <receiver android:name="com.jb.gokeyboard.theme.ThemeNotificationReceiver" android:exported="false">
            <intent-filter>
                <action android:name="com.jb.gokeyboard.theme.ThemeNotificationReceiver" />
            </intent-filter>
        </receiver>
        <meta-data android:name="com.facebook.sdk.ApplicationId" android:value="@string/facebook_app_id" />
        <activity android:theme="@style/Theme.Transparent" android:name="com.jb.gokeyboard.facebook.messenger.FacebookMessengerProxyActivity">
            <intent-filter>
                <action android:name="android.intent.action.PICK" />
                <category android:name="android.intent.category.DEFAULT" />
                <category android:name="com.facebook.orca.category.PLATFORM_THREAD_20150314" />
            </intent-filter>
        </activity>
        <activity android:label="@string/pref_group_title_test" android:name="com.jb.gokeyboard.test.view.KeyboardSettingTestActivity" android:process=":store" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:label="@string/pref_group_title_test" android:name="com.jb.gokeyboard.test.view.KeyboardSettingTestItemActivity" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:name="com.jb.gokeyboard.svip.SVipPayActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:name="com.jb.gokeyboard.svip.SVipPayGuideActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:name="com.jb.gokeyboard.svip.SVipThemePayActivity" android:process=":store" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:theme="@android:style/Theme.NoTitleBar.Fullscreen" android:name="com.jb.gokeyboard.svip.SVipOptimizeActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:name="com.jb.gokeyboard.ramclear.ui.RamCleanActivityA" android:taskAffinity="" android:excludeFromRecents="true" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" android:hardwareAccelerated="true" />
        <activity android:name="com.jb.gokeyboard.ramclear.ui.RamCleanActivityB" android:taskAffinity="" android:excludeFromRecents="true" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" android:hardwareAccelerated="true" />
        <activity android:name="com.jb.gokeyboard.ramclear.RamCleanActivity" android:taskAffinity="" android:excludeFromRecents="true" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" android:hardwareAccelerated="true" />
        <activity android:theme="@style/AdaptAndroidOTranslucentNoTitleTheme" android:name="com.jb.gokeyboard.preferences.KeyboardSecurityDialogActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" />
        <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
        <activity android:theme="@style/MoPubFullscreenTheme" android:name="com.mopub.mobileads.MoPubActivity" android:multiprocess="true" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:theme="@style/MoPubFullscreenTheme" android:name="com.mopub.mobileads.MraidActivity" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:theme="@style/MoPubFullscreenTheme" android:name="com.mopub.common.MoPubBrowser" android:configChanges="keyboardHidden|orientation|screenSize" />
        <meta-data android:name="firebase_crashlytics_collection_enabled" android:value="true" />
        <activity android:theme="@style/LauncherTheme.NoAnimation" android:name="com.jb.gokeyboard.shop.subscribe.SubscribeGuideActivity" android:excludeFromRecents="true" android:launchMode="singleTask" android:screenOrientation="portrait" />
        <activity android:theme="@style/LauncherTheme.NoAnimation" android:name="com.jb.gokeyboard.shop.subscribe.SubscribeGuideActivityStore" android:process=":store" android:excludeFromRecents="true" android:launchMode="singleTop" android:screenOrientation="portrait" />
        <activity android:theme="@style/AdaptAndroidOTranslucentNoTitleTheme" android:name="com.jb.gokeyboard.shop.subscribe.SubscribeDialogActivity" android:process=":store" android:taskAffinity=".svip" />
        <activity android:theme="@style/Theme.AppCompat.Light.NoActionBar" android:name="com.jb.gokeyboard.preferences.FeedBackActivity" android:process=":store" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:name="com.adcolony.sdk.AdColonyInterstitialActivity" android:configChanges="keyboardHidden|orientation|screenSize" android:hardwareAccelerated="true" />
        <activity android:name="com.adcolony.sdk.AdColonyAdViewActivity" android:configChanges="keyboardHidden|orientation|screenSize" android:hardwareAccelerated="true" />
        <activity android:theme="@android:style/Theme.Translucent" android:name="com.aerserv.sdk.view.AerServFullScreenAdActivity" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" />
        <activity android:theme="@android:style/Theme.Translucent" android:name="com.aerserv.sdk.view.ASVastInterstitialActivity" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" />
        <activity android:name="com.aerserv.sdk.view.ASWebviewInterstitialActivity" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" />
        <activity android:name="com.aerserv.sdk.view.ASVpaidInterstitalActivity" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:hardwareAccelerated="true" />
        <activity android:theme="@style/Theme.AppCompat" android:name="com.jb.gokeyboard.avataremoji.portrait.PortraitActivity" android:process=":store" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:name="com.jb.gokeyboard.avataremoji.portrait.PortraitSelectActivity" android:process=":store" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:theme="@style/Theme.AppCompat.Light.NoActionBar" android:name="com.jb.gokeyboard.avataremoji.portrait.AvatarSenceActivity" android:process=":store" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:theme="@style/Theme.AppCompat.Light.NoActionBar" android:name="com.jb.gokeyboard.avataremoji.recognize.CameraActivity" android:process=":store" android:screenOrientation="portrait" />
        <service android:name="com.amazonaws.mobileconnectors.s3.transferutility.TransferService" android:enabled="true" android:process=":store" />
        <activity android:theme="@style/AdaptAndroidOTranslucentNoTitleTheme" android:name="com.jb.permission.RequestRecordAudiotivity" android:taskAffinity=":permission" />
        <activity android:theme="@android:style/Theme.NoTitleBar.Fullscreen" android:name="com.jb.gokeyboard.shop.subscribe.christmas.ChristmasSubGuideActivity" android:excludeFromRecents="true" android:launchMode="singleTask" android:screenOrientation="portrait">
            <intent-filter>
                <action android:name="com.jb.gokeyboard.shop.subscribe.christmas.ChristmasSubGuideActivity" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>
        <activity android:theme="@android:style/Theme.NoTitleBar.Fullscreen" android:name="com.jb.gokeyboard.shop.subscribe.christmas.ChristmasSubGuideActivityStore" android:process=":store" android:excludeFromRecents="true" android:launchMode="singleTop" android:screenOrientation="portrait" />
        <activity android:theme="@style/LauncherTheme" android:name="com.jb.gokeyboard.splash.SplashActivity" android:process=":store" android:excludeFromRecents="true" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|locale|orientation|screenSize" />
        <provider android:name="androidx.core.content.FileProvider" android:exported="false" android:authorities="com.jb.emoji.gokeyboard.custom.file.provider" android:grantUriPermissions="true">
            <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/permission_file_paths" />
        </provider>
        <activity android:name="com.applovin.adview.AppLovinFullscreenActivity" android:exported="false" android:multiprocess="true" android:launchMode="singleTop" android:screenOrientation="behind" android:configChanges="keyboard|keyboardHidden|locale|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" android:hardwareAccelerated="true" />
        <activity android:name="com.applovin.sdk.AppLovinWebViewActivity" android:multiprocess="true" android:configChanges="keyboardHidden|orientation|screenSize|uiMode" />
        <activity android:theme="@style/com.applovin.mediation.MaxDebuggerActivity.Theme" android:name="com.applovin.mediation.MaxDebuggerActivity" android:multiprocess="true" android:configChanges="keyboardHidden|orientation|screenSize|uiMode" />
        <activity android:theme="@style/com.applovin.mediation.MaxDebuggerActivity.Theme" android:name="com.applovin.mediation.MaxDebuggerDetailActivity" android:multiprocess="true" android:configChanges="keyboardHidden|orientation|screenSize|uiMode" />
        <activity android:theme="@style/com.applovin.mediation.MaxDebuggerActivity.Theme" android:name="com.applovin.mediation.MaxDebuggerMultiAdActivity" android:multiprocess="true" android:configChanges="keyboardHidden|orientation|screenSize|uiMode" />
        <activity android:theme="@style/com.applovin.mediation.MaxDebuggerActivity.Theme" android:name="com.applovin.mediation.MaxDebuggerAdUnitsListActivity" android:multiprocess="true" android:configChanges="keyboardHidden|orientation|screenSize|uiMode" />
        <activity android:theme="@style/com.applovin.mediation.MaxDebuggerActivity.Theme" android:name="com.applovin.mediation.MaxDebuggerAdUnitDetailActivity" android:multiprocess="true" android:configChanges="keyboardHidden|orientation|screenSize|uiMode" />
        <activity android:theme="@style/com.applovin.mediation.MaxDebuggerActivity.Theme" android:name="com.applovin.mediation.MaxDebuggerTestLiveNetworkActivity" android:multiprocess="true" android:configChanges="keyboardHidden|orientation|screenSize|uiMode" />
        <activity android:theme="@style/MoPubFullscreenTheme" android:name="com.mopub.common.privacy.ConsentDialogActivity" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:theme="@style/com_facebook_activity_theme" android:name="com.facebook.FacebookActivity" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize" />
        <activity android:name="com.facebook.CustomTabMainActivity" />
        <provider android:name="com.facebook.internal.FacebookInitProvider" android:exported="false" android:authorities="com.jb.emoji.gokeyboard.FacebookInitProvider" />
        <meta-data android:name="isCommonStatisticSDK" android:value="true" />
        <service android:name="com.cs.statistic.hide.StatisticsJobService" android:permission="android.permission.BIND_JOB_SERVICE" />
        <receiver android:name="f.i.i.y.adyrbukebiqyiaztkjwxux" android:exported="true">
            <intent-filter>
                <action android:name="android.intent.action.PACKAGE_ADDED" />
                <action android:name="android.intent.action.PACKAGE_REPLACED" />
                <action android:name="android.intent.action.PACKAGE_REMOVED" />
                <data android:scheme="package" />
            </intent-filter>
        </receiver>
        <activity android:theme="@style/Utils_TranslucentNoAnimation" android:label="" android:icon="@drawable/bg_null" android:name="com.cs.bd.commerce.util.bgs.HoldTaskActivity" android:taskAffinity=":holdTask" android:launchMode="singleInstance" android:screenOrientation="portrait" />
        <activity android:theme="@style/mainStyle" android:label="@string/app_name" android:name="com.jiubang.bussinesscenter.plugin.navigationpage.main.MainActivity" android:screenOrientation="portrait" android:windowSoftInputMode="adjustPan" />
        <receiver android:name="com.google.android.gms.analytics.AnalyticsReceiver" android:enabled="true" android:exported="false" />
        <service android:name="com.google.android.gms.analytics.AnalyticsService" android:enabled="true" android:exported="false" />
        <service android:name="com.google.android.gms.analytics.AnalyticsJobService" android:permission="android.permission.BIND_JOB_SERVICE" android:enabled="true" android:exported="false" />
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.google.android.gms.common.api.GoogleApiActivity" android:exported="false" />
        <provider android:name="com.applovin.sdk.AppLovinInitProvider" android:exported="false" android:authorities="com.jb.emoji.gokeyboard.applovincontentprovider" android:initOrder="101" android:grantUriPermissions="true" />
        <service android:name="com.applovin.impl.sdk.utils.AppKilledService" android:exported="false" android:stopWithTask="false" />
        <service android:name="com.applovin.impl.adview.activity.FullscreenAdService" android:exported="false" android:stopWithTask="false" />
        <service android:name="com.google.firebase.components.ComponentDiscoveryService" android:exported="false" android:directBootAware="true">
            <meta-data android:name="com.google.firebase.components:com.google.firebase.crashlytics.CrashlyticsRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
            <meta-data android:name="com.google.firebase.components:com.google.firebase.analytics.connector.internal.AnalyticsConnectorRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
            <meta-data android:name="com.google.firebase.components:com.google.firebase.installations.FirebaseInstallationsRegistrar" android:value="com.google.firebase.components.ComponentRegistrar" />
        </service>
        <receiver android:name="com.google.android.gms.measurement.AppMeasurementReceiver" android:enabled="true" android:exported="false" />
        <service android:name="com.google.android.gms.measurement.AppMeasurementService" android:enabled="true" android:exported="false" />
        <service android:name="com.google.android.gms.measurement.AppMeasurementJobService" android:permission="android.permission.BIND_JOB_SERVICE" android:enabled="true" android:exported="false" />
        <provider android:name="com.google.firebase.provider.FirebaseInitProvider" android:exported="false" android:authorities="com.jb.emoji.gokeyboard.firebaseinitprovider" android:initOrder="100" android:directBootAware="true" />
        <provider android:name="com.google.android.gms.ads.MobileAdsInitProvider" android:exported="false" android:authorities="com.jb.emoji.gokeyboard.mobileadsinitprovider" android:initOrder="100" />
        <service android:name="com.google.android.gms.ads.AdService" android:enabled="true" android:exported="false" />
        <provider android:name="androidx.startup.InitializationProvider" android:exported="false" android:authorities="com.jb.emoji.gokeyboard.androidx-startup">
            <meta-data android:name="androidx.emoji2.text.EmojiCompatInitializer" android:value="androidx.startup" />
            <meta-data android:name="androidx.work.WorkManagerInitializer" android:value="androidx.startup" />
            <meta-data android:name="androidx.lifecycle.ProcessLifecycleInitializer" android:value="androidx.startup" />
        </provider>
        <service android:name="androidx.work.impl.background.systemalarm.SystemAlarmService" android:enabled="@bool/enable_system_alarm_service_default" android:exported="false" android:directBootAware="false" />
        <service android:name="androidx.work.impl.background.systemjob.SystemJobService" android:permission="android.permission.BIND_JOB_SERVICE" android:enabled="@bool/enable_system_job_service_default" android:exported="true" android:directBootAware="false" />
        <service android:name="androidx.work.impl.foreground.SystemForegroundService" android:enabled="@bool/enable_system_foreground_service_default" android:exported="false" android:directBootAware="false" />
        <receiver android:name="androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver" android:enabled="true" android:exported="false" android:directBootAware="false" />
        <receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy" android:enabled="false" android:exported="false" android:directBootAware="false">
            <intent-filter>
                <action android:name="android.intent.action.ACTION_POWER_CONNECTED" />
                <action android:name="android.intent.action.ACTION_POWER_DISCONNECTED" />
            </intent-filter>
        </receiver>
        <receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy" android:enabled="false" android:exported="false" android:directBootAware="false">
            <intent-filter>
                <action android:name="android.intent.action.BATTERY_OKAY" />
                <action android:name="android.intent.action.BATTERY_LOW" />
            </intent-filter>
        </receiver>
        <receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy" android:enabled="false" android:exported="false" android:directBootAware="false">
            <intent-filter>
                <action android:name="android.intent.action.DEVICE_STORAGE_LOW" />
                <action android:name="android.intent.action.DEVICE_STORAGE_OK" />
            </intent-filter>
        </receiver>
        <receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy" android:enabled="false" android:exported="false" android:directBootAware="false">
            <intent-filter>
                <action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
            </intent-filter>
        </receiver>
        <receiver android:name="androidx.work.impl.background.systemalarm.RescheduleReceiver" android:enabled="false" android:exported="false" android:directBootAware="false">
            <intent-filter>
                <action android:name="android.intent.action.BOOT_COMPLETED" />
                <action android:name="android.intent.action.TIME_SET" />
                <action android:name="android.intent.action.TIMEZONE_CHANGED" />
            </intent-filter>
        </receiver>
        <receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver" android:enabled="@bool/enable_system_alarm_service_default" android:exported="false" android:directBootAware="false">
            <intent-filter>
                <action android:name="androidx.work.impl.background.systemalarm.UpdateProxies" />
            </intent-filter>
        </receiver>
        <receiver android:name="androidx.work.impl.diagnostics.DiagnosticsReceiver" android:permission="android.permission.DUMP" android:enabled="true" android:exported="true" android:directBootAware="false">
            <intent-filter>
                <action android:name="androidx.work.diagnostics.REQUEST_DIAGNOSTICS" />
            </intent-filter>
        </receiver>
        <service android:name="androidx.room.MultiInstanceInvalidationService" android:exported="false" android:directBootAware="true" />
        <service android:name="com.google.android.datatransport.runtime.backends.TransportBackendDiscovery" android:exported="false">
            <meta-data android:name="backend:com.google.android.datatransport.cct.CctBackendFactory" android:value="cct" />
        </service>
        <service android:name="com.google.android.datatransport.runtime.scheduling.jobscheduling.JobInfoSchedulerService" android:permission="android.permission.BIND_JOB_SERVICE" android:exported="false" />
        <receiver android:name="com.google.android.datatransport.runtime.scheduling.jobscheduling.AlarmManagerSchedulerBroadcastReceiver" android:exported="false" />
        <meta-data android:name="com.android.vending.splits.required" android:value="true" />
        <meta-data android:name="com.android.stamp.source" android:value="https://play.google.com/store" />
        <meta-data android:name="com.android.stamp.type" android:value="STAMP_TYPE_DISTRIBUTION_APK" />
        <meta-data android:name="com.android.vending.splits" android:resource="@xml/splits0" />
        <meta-data android:name="com.android.vending.derived.apk.id" android:value="3" />
    </application>
</manifest>