apk(点击下载) / AndroidManifest.xml


<?xml version="1.0" encoding="utf-8"?>
<manifest android:versionCode="93" android:versionName="5.7.0" android:compileSdkVersion="29" android:compileSdkVersionCodename="10" package="com.cfzq.lezhuan" platformBuildVersionCode="29" platformBuildVersionName="10"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <uses-sdk android:minSdkVersion="17" android:targetSdkVersion="26" />
    <uses-permission android:name="android.permission.VIBRATE" />
    <uses-permission android:name="android.permission.CAMERA" />
    <uses-permission android:name="android.permission.INTERNET" />
    <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
    <uses-permission android:name="android.permission.READ_PHONE_STATE" />
    <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
    <uses-permission android:name="android.permission.BLUETOOTH" />
    <uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
    <uses-permission android:name="android.permission.READ_CALENDAR" />
    <uses-permission android:name="android.permission.WRITE_CALENDAR" />
    <uses-permission android:name="com.cfzq.lezhuan.permission.JPUSH_MESSAGE" />
    <uses-permission android:name="android.permission.RECEIVE_USER_PRESENT" />
    <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
    <uses-permission android:name="android.permission.RECORD_AUDIO" />
    <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
    <uses-feature android:name="android.hardware.Camera" />
    <uses-feature android:name="android.hardware.camera.autofocus" />
    <uses-permission android:name="com.huawei.android.launcher.permission.CHANGE_BADGE " />
    <uses-permission android:name="com.vivo.notification.permission.BADGE_ICON" />
    <queries>
        <package android:name="com.tencent.mm" />
    </queries>
    <supports-screens android:anyDensity="true" android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:resizeable="true" android:xlargeScreens="true" />
    <permission android:name="com.cfzq.lezhuan.permission.JPUSH_MESSAGE" android:protectionLevel="signature" />
    <uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
    <uses-permission android:name="com.huawei.android.launcher.permission.CHANGE_BADGE" />
    <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
    <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
    <uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" />
    <uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
    <permission android:name="com.cfzq.lezhuan.permission.PROCESS_PUSH_MSG" android:protectionLevel="signatureOrSystem" />
    <permission android:name="com.cfzq.lezhuan.permission.PUSH_PROVIDER" android:protectionLevel="signatureOrSystem" />
    <permission android:name="com.cfzq.lezhuan.permission.PUSH_WRITE_PROVIDER" android:protectionLevel="signatureOrSystem" />
    <uses-permission android:name="com.cfzq.lezhuan.permission.PROCESS_PUSH_MSG" />
    <uses-permission android:name="com.cfzq.lezhuan.permission.PUSH_PROVIDER" />
    <uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
    <uses-permission android:name="com.coloros.mcs.permission.RECIEVE_MCS_MESSAGE" />
    <uses-permission android:name="com.heytap.mcs.permission.RECIEVE_MCS_MESSAGE" />
    <permission android:name="com.cfzq.lezhuan.permission.MIPUSH_RECEIVE" android:protectionLevel="signature" />
    <uses-permission android:name="com.cfzq.lezhuan.permission.MIPUSH_RECEIVE" />
    <uses-permission android:name="android.permission.FLASHLIGHT" />
    <uses-feature android:name="android.hardware.camera" />
    <uses-feature android:name="android.hardware.camera.flash" />
    <uses-permission android:name="android.permission.RESTART_PACKAGES" />
    <uses-permission android:name="android.hardware.camera" />
    <uses-permission android:name="android.hardware.camera.autofocus" />
    <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
    <uses-permission android:name="android.permission.DISABLE_KEYGUARD" />
    <uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
    <uses-permission android:name="com.huawei.appmarket.service.commondata.permission.GET_COMMON_DATA" />
    <application android:theme="@style/CFAppBaseTheme" android:label="@string/app_name" android:icon="@mipmap/ic_launcher" android:name="s.h.e.l.l.S" android:allowBackup="false" android:supportsRtl="true" android:usesCleartextTraffic="true" android:resizeableActivity="true" android:appComponentFactory="s.h.e.l.l.A">
        <meta-data android:name="CFZQ_CHANNEL" android:value="cfzq" />
        <meta-data android:name="android.max_aspect" android:value="2.1" />
        <activity android:name="com.sensorsdata.analytics.android.sdk.dialog.SchemeActivity" android:exported="false" android:launchMode="singleTask" android:configChanges="orientation|screenSize">
            <intent-filter>
                <category android:name="android.intent.category.BROWSABLE" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:scheme="saeeb6be44" />
            </intent-filter>
        </activity>
        <activity android:theme="@style/CrhAppTheme" android:name="com.cairh.app.sjkh.SchemeActivity" android:exported="false">
            <intent-filter>
                <category android:name="android.intent.category.DEFAULT" />
                <category android:name="android.intent.category.BROWSABLE" />
                <data android:scheme="CRHSJKH" />
            </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="CRHSJKH" />
            </intent-filter>
        </activity>
        <activity android:theme="@style/MyDialogStyle" android:name="cn.jpush.android.ui.PopWinActivity" android:exported="false">
            <intent-filter>
                <action android:name="cn.jpush.android.ui.PopWinActivity" />
                <category android:name="android.intent.category.DEFAULT" />
                <category android:name="com.cfzq.lezhuan" />
            </intent-filter>
        </activity>
        <activity android:theme="@android:style/Theme.NoTitleBar" android:name="cn.jpush.android.ui.PushActivity" android:exported="false" android:configChanges="keyboardHidden|orientation">
            <intent-filter>
                <action android:name="cn.jpush.android.ui.PushActivity" />
                <category android:name="android.intent.category.DEFAULT" />
                <category android:name="com.cfzq.lezhuan" />
            </intent-filter>
        </activity>
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="cn.jpush.android.service.DActivity" android:enabled="true" android:exported="false" android:taskAffinity="">
            <intent-filter>
                <action android:name="cn.jpush.android.intent.DActivity" />
                <category android:name="com.cfzq.lezhuan" />
            </intent-filter>
        </activity>
        <activity android:theme="@style/JPushTheme" android:name="cn.android.service.JTransitActivity" android:exported="false" android:taskAffinity="">
            <intent-filter>
                <action android:name="cn.android.service.JTransitActivity" />
                <category android:name="android.intent.category.DEFAULT" />
                <category android:name="com.cfzq.lezhuan" />
            </intent-filter>
        </activity>
        <receiver android:name="cn.jpush.android.service.PushReceiver" android:enabled="true" android:exported="false">
            <intent-filter android:priority="1000">
                <action android:name="cn.jpush.android.intent.NOTIFICATION_RECEIVED_PROXY" />
                <category android:name="com.cfzq.lezhuan" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.USER_PRESENT" />
                <action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.PACKAGE_ADDED" />
                <action android:name="android.intent.action.PACKAGE_REMOVED" />
                <data android:scheme="package" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
            </intent-filter>
        </receiver>
        <activity android:theme="@style/JPushTheme" android:name="cn.jpush.android.service.JNotifyActivity" android:exported="true" android:taskAffinity="">
            <intent-filter>
                <action android:name="cn.jpush.android.intent.JNotifyActivity" />
                <category android:name="android.intent.category.DEFAULT" />
                <category android:name="com.cfzq.lezhuan" />
            </intent-filter>
        </activity>
        <service android:name="cn.jpush.android.service.DaemonService" android:enabled="true" android:exported="false">
            <intent-filter>
                <action android:name="cn.jpush.android.intent.DaemonService" />
                <category android:name="com.cfzq.lezhuan" />
            </intent-filter>
        </service>
        <provider android:name="cn.jpush.android.service.DownloadProvider" android:exported="false" android:authorities="com.cfzq.lezhuan.DownloadProvider" />
        <activity android:theme="@style/AppTheme.Launcher" android:label="@string/app_name" android:name="com.cfzq.general.SplashActivity" android:screenOrientation="portrait">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>
        <activity android:theme="@style/ScreenTransparent" android:label="@string/app_name" android:name="com.cfzq.general.H5OpenActivity" android:exported="true" android:launchMode="singleTask" android:screenOrientation="portrait">
            <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="lezhuan" android:host="openPage" />
            </intent-filter>
        </activity>
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.general.IntroduceActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden|adjustPan" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.general.WelcomeActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden|adjustPan" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.caifupro.MainActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:windowSoftInputMode="adjustNothing|stateAlwaysHidden" />
        <activity android:label="@string/app_name" android:name="com.cfzq.pushmsg.activity.MsgListActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/ScreenTransparent" android:label="@string/app_name" android:name="com.cfzq.pushmsg.activity.FakePushNotificationActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.messagebox.MessageBoxCfgActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/ChooseAvatarStyle" android:label="@string/app_name" android:name="com.cfzq.messagebox.MessageBoxModeActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/ChooseAvatarStyle" android:label="@string/app_name" android:name="com.cfzq.messagebox.MessageBoxCategoryModeActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.messagebox.MessageBoxHistoryActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.messagebox.MessageBoxListActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.messagebox.MessageBoxDetailActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.fortune.TradeLoginV2Activity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysVisible" />
        <activity android:theme="@style/ChooseAvatarStyle" android:label="@string/app_name" android:name="com.cfzq.fortune.TradeLoginDlgActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysVisible" />
        <activity android:theme="@style/ScreenTransparent" android:label="@string/app_name" android:name="com.cfzq.fortune.FakeTradeLoginActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/ScreenTransparent" android:label="@string/app_name" android:name="com.cfzq.fortune.FakeTradeLoginForPopupDlgActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/ScreenTransparent" android:label="@string/app_name" android:name="com.cfzq.fortune.TradeAccountRequiredDlgActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.fortune.assets.CashActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.fortune.assets.DebtActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.fortune.assets.DybActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.fortune.assets.FinancingActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:label="@string/app_name" android:name="com.cfzq.sns.account.SnsLoginActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysVisible" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.sns.account.SnsPasswdLoginActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.sns.account.SnsSmsCodeLoginActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/ChooseAvatarStyle" android:label="@string/app_name" android:name="com.cfzq.sns.account.LogoutActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/ChooseAvatarStyle" android:label="@string/app_name" android:name="com.cfzq.general.ModuleActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.sns.account.SnsLogOffActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysVisible" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.sns.account.RegisterActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.sns.account.FindPasswdBackActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysVisible" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.sns.account.ChangePasswdActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateVisible" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.sns.account.SetPasswdActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateVisible" />
        <activity android:theme="@style/ScreenTransparent" android:label="@string/app_name" android:name="com.cfzq.sns.account.SnsVerifyPasswdDlgActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateVisible" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.sns.account.ChangeMobileActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysVisible" />
        <activity android:label="@string/app_name" android:name="com.cfzq.quote.portfilio.PortFilioEditorActivity" android:screenOrientation="portrait" android:windowSoftInputMode="adjustPan" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.quote.earlywarning.AllEarlyWarningActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.quote.earlywarning.SingleEarlyWarningActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/ScreenTransparent" android:label="@string/app_name" android:name="com.cfzq.quote.earlywarning.ChooseEarlywarningTypeActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.quote.earlywarning.SetRatioEarlywarningActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.quote.earlywarning.SetPriceEarlywarningActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.sns.UserHomepageActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.sns.AvatarSelectActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/ChooseAvatarStyle" android:label="@string/app_name" android:name="com.cfzq.sns.profile.AvatarEditorActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.sns.profile.NickNameActivity" android:screenOrientation="portrait" android:windowSoftInputMode="adjustPan|stateVisible" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.sns.profile.UserNameActivity" android:screenOrientation="portrait" android:windowSoftInputMode="adjustPan|stateVisible" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.sns.trade.BindedTradeAccountActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateHidden" />
        <activity android:label="@string/app_name" android:name="com.cfzq.im.activity.SubscribersActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/ChatTheme" android:label="@string/app_name" android:name="com.cfzq.im.activity.ChatActivity" android:screenOrientation="portrait" android:windowSoftInputMode="adjustResize" />
        <activity android:label="@string/app_name" android:name="com.cfzq.im.activity.StartChatActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:label="@string/app_name" android:name="com.cfzq.im.activity.FindPeopleActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:label="@string/app_name" android:name="com.cfzq.im.activity.ContactsActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.general.SettingActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.general.H5DebugActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.general.H5DebugWebActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.caifupro.SmartAssistantActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.debug.FileManagerActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.fortune.assets.WealthViewActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/ScreenTransparent" android:label="@string/app_name" android:name="com.cfzq.sns.onekeylogin.OneKeyLoginActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/ChooseAvatarStyle2" android:name="com.cmic.sso.sdk.view.LoginAuthActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.fortune.assets.MyBillActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.fortune.assets.FortuneDayBillActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.fortune.assets.MyBillSearchActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.fortune.assets.MyBillDetailActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.fortune.assets.KeepLoginSettingActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.fortune.assets.WealthBondActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.general.NotificationCfgActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.general.RecommenderActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysVisible" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.general.AboutActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.general.PrivacyProtocolActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.general.AccountSecurityActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.web.WebViewActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" android:windowSoftInputMode="stateAlwaysHidden" android:hardwareAccelerated="true" />
        <activity android:theme="@style/PopupScreenTransparent" android:label="@string/app_name" android:name="com.cfzq.web.PopupWebViewActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/ChooseAvatarStyle" android:label="@string/app_name" android:name="com.cfzq.web.H5PhotoChooserActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/ScreenTransparent" android:label="@string/app_name" android:name="com.cfzq.web.FakeWebActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@android:style/Theme.Wallpaper.NoTitleBar" android:label="@string/app_name" android:name="com.cfzq.general.LockScreenPopupActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/ScreenTransparent" android:label="@string/app_name" android:name="com.cfzq.qrcode.FakeScanningActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.qrcode.HmsScanningActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.xing.CaptureActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.xing.BarcodeResultActivity" android:screenOrientation="portrait" />
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.mob.tools.MobUIShell" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" android:windowSoftInputMode="adjustResize|stateHidden" />
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.cfzq.lezhuan.wxapi.WXEntryActivity" android:exported="true" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.cfzq.lezhuan.wxapi.WXPayEntryActivity" android:exported="true" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:theme="@style/ScreenTransparent" android:name="com.cfzq.pushmsg.jpush.PushNotificationActivity" android:exported="true" android:screenOrientation="portrait">
            <intent-filter>
                <action android:name="android.intent.action.VIEW" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
            <intent-filter>
                <action android:name="com.cfzq.pushmsg.oppo" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>
        <receiver android:name="com.cfzq.pushmsg.jpush.PushMessageReceiver" android:enabled="true" android:exported="false">
            <intent-filter>
                <action android:name="cn.jpush.android.intent.RECEIVE_MESSAGE" />
                <category android:name="com.cfzq.lezhuan" />
            </intent-filter>
        </receiver>
        <service android:name="com.cfzq.pushmsg.jpush.PushService" android:enabled="true" android:exported="false" android:process=":pushcore">
            <intent-filter>
                <action android:name="cn.jiguang.user.service.action" />
            </intent-filter>
        </service>
        <service android:name="com.cfzq.im.service.IMService" />
        <receiver android:name="com.cfzq.fortune.TradeTokenReceiver" android:exported="false">
            <intent-filter>
                <action android:name="com.cfzq.fortune.tradetoken" />
            </intent-filter>
        </receiver>
        <receiver android:name="com.cfzq.account.ChatIdChangeReceiver" android:exported="false">
            <intent-filter>
                <action android:name="com.cfzq.account.chatIdChange" />
            </intent-filter>
        </receiver>
        <receiver android:name="com.cfzq.sns.account.SnsLoginStateReceiver" android:exported="false">
            <intent-filter>
                <action android:name="com.cfzq.sns.account.login" />
            </intent-filter>
        </receiver>
        <receiver android:name="com.cfzq.sns.account.SnsH5TokenReceiver" android:exported="false">
            <intent-filter>
                <action android:name="com.cfzq.sns.account.token" />
            </intent-filter>
        </receiver>
        <receiver android:name="com.cfzq.sns.profile.SnsProfileReceiver" android:exported="false">
            <intent-filter>
                <action android:name="com.cfzq.sns.profile" />
            </intent-filter>
        </receiver>
        <receiver android:name="com.cfzq.module.sdk_hs.account.AccountStateReceiver" android:exported="false">
            <intent-filter>
                <action android:name="com.cfzq.sns.quoteaccount" />
            </intent-filter>
        </receiver>
        <provider android:name="com.cfzq.im.db.RosterProvider" android:exported="false" android:authorities="com.cfzq.rosterprovider" />
        <provider android:name="com.cfzq.im.db.ChatMsgProvider" android:exported="false" android:authorities="com.cfzq.chatmsgprovider" />
        <provider android:name="com.cfzq.selfstock.db.SelfStockProvider" android:exported="false" android:authorities="com.cfzq.selfstockprovider" />
        <provider android:name="android.support.v4.content.FileProvider" android:exported="false" android:authorities="com.cfzq.lezhuan.fileprovider" android:grantUriPermissions="true">
            <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/provider_paths" />
        </provider>
        <activity android:name="com.cfzq.fortune.TradeAccountStockHoldActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.fortune.TradeAccountStockHoldActivityV2" android:screenOrientation="portrait" />
        <activity android:theme="@style/ScreenTransparent" android:label="@string/app_name" android:name="com.cfzq.diary.WriteDiaryActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysVisible|adjustPan" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.diary.SingleDiaryActivity" android:screenOrientation="portrait" android:windowSoftInputMode="adjustPan" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.diary.AllDiaryActivity" android:screenOrientation="portrait" android:windowSoftInputMode="adjustPan" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.general.ImageViewActivity" android:launchMode="singleTask" android:screenOrientation="portrait" />
        <activity android:theme="@style/ChooseAvatarStyle" android:label="@string/app_name" android:name="com.cfzq.general.ImageViewMenuActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.fortune.MoreTradeActivity" android:screenOrientation="portrait" />
        <activity android:label="@string/app_name" android:name="com.cfzq.investcalendar.MyInvestCalendarActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.fortune.account.analysis.MyAccountActivity" android:screenOrientation="portrait" />
        <activity android:label="@string/app_name" android:name="com.cfzq.fortune.account.analysis.MonthBillActivity" android:screenOrientation="portrait" />
        <activity android:label="@string/app_name" android:name="com.cfzq.fortune.account.analysis.MonthBillAloneActivity" android:screenOrientation="portrait" />
        <activity android:label="@string/app_name" android:name="com.cfzq.fortune.account.analysis.MileStoneActivity" android:screenOrientation="portrait" />
        <activity android:label="@string/app_name" android:name="com.cfzq.fortune.account.analysis.MileStoneAloneActivity" android:screenOrientation="portrait" />
        <activity android:label="@string/app_name" android:name="com.cfzq.fortune.account.analysis.TodayAssetAnalysisActivity" android:screenOrientation="portrait" />
        <activity android:label="@string/app_name" android:name="com.cfzq.fortune.account.analysis.DayBillDateSelectedActivity" android:launchMode="singleTop" android:screenOrientation="portrait" />
        <activity android:label="@string/app_name" android:name="com.cfzq.fortune.account.analysis.DayBillAllTicketsActivity" android:launchMode="singleTop" android:screenOrientation="portrait" />
        <activity android:label="@string/app_name" android:name="com.cfzq.fortune.account.analysis.AllTicketsActivity" android:screenOrientation="portrait" />
        <activity android:label="@string/app_name" android:name="com.cfzq.fortune.account.analysis.StockMarketKingActivity" android:screenOrientation="portrait" />
        <activity android:label="@string/app_name" android:name="com.cfzq.fortune.account.analysis.TimeMachineDateSelectActivity" android:screenOrientation="portrait" />
        <activity android:label="@string/app_name" android:name="com.cfzq.fortune.account.analysis.StockTradeAnalyseActivity" android:screenOrientation="portrait" />
        <activity android:label="@string/app_name" android:name="com.cfzq.fortune.account.analysis.OperateRecordActivity" android:screenOrientation="portrait" />
        <activity android:label="@string/app_name" android:name="com.cfzq.fortune.account.analysis.AccountAnalysisTradeRecallDetailActivity" android:screenOrientation="portrait" />
        <activity android:label="@string/app_name" android:name="com.cfzq.fortune.account.analysis.AccountAnalysisTradeRecallListActivity" android:launchMode="singleTop" android:screenOrientation="portrait" />
        <activity android:label="@string/app_name" android:name="com.cfzq.fortune.account.warning.AccountWarnActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/KeyboardDarkTheme" android:label="@string/app_name" android:name="com.cfzq.fortune.account.warning.SetAccountWarnActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.fortunemanager.FortuneManagerChatActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:windowSoftInputMode="adjustResize" />
        <activity android:theme="@style/ScreenTransparent" android:label="@string/app_name" android:name="com.cfzq.sdk.FakeJsActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:label="@string/app_name" android:name="com.cfzq.smartbusiness.SmartBisnessesActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.homepagev2.components.ComponentsActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.homepagev2.components.ComponentsEditorActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.web.PdfActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.share.FortuneManagerRecommendActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysVisible" />
        <activity android:theme="@style/ScreenTransparent" android:label="@string/app_name" android:name="com.cfzq.diary.WriteDiaryLandscapeActivity" android:screenOrientation="landscape" android:windowSoftInputMode="stateAlwaysVisible|adjustPan" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.share.ShareFace2FaceActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.share.SharePictureActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.live.LiveActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" android:windowSoftInputMode="stateAlwaysHidden" />
        <service android:name="com.cfzq.websocket.WSService" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.quotev2.QuoteSettingActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.quotev2.QuoteSettingIndexStyleActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.fortune.assets.DailyProfitLossActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/ScreenTransparent" android:name="com.cfzq.pay.PayActivity" android:screenOrientation="behind" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.alipay.sdk.app.PayResultActivity" android:exported="false" android:launchMode="singleInstance" android:configChanges="keyboardHidden|navigation|orientation|screenSize" />
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.alipay.sdk.app.AlipayResultActivity" android:exported="false" android:launchMode="singleTask" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:label="@string/app_name" android:name="com.cfzq.general.logger.LoggerActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/KeyboardLightTheme" android:name="com.cfzq.module.sdk_hs.hundsun.quote.stock_detail.StockDetailActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateAlwaysHidden|adjustPan" />
        <activity android:theme="@style/KeyboardLightTheme" android:name="com.cfzq.module.sdk_hs.hundsun.quote.stockdetailV2.StockDetailPagerActivityV2" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateAlwaysHidden|adjustPan" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.quotev2.stockdetail.land.StockDetailLandscapeActivity" android:screenOrientation="landscape" android:configChanges="keyboardHidden|orientation" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.quote.stock_detail.MAConfigActivity" android:configChanges="keyboardHidden|orientation|screenSize" android:windowSoftInputMode="stateAlwaysHidden|adjustResize" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.quote.activity.QuoteMarketSinglePageListActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.quote.activity.QuoteMarketQuitListActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.kcbsign.activity.KcbCdrMarketActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.kcbsign.activity.CybMarketActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.quote.activity.QuoteMarketHKAHListActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.quote.activity.QuoteMarketOptionListActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.quote.activity.QuoteMarketFutureListActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/MarketDetail.activity" android:name="com.cfzq.module.sdk_hs.hundsun.widget.MarketDetailActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.quote.stock_detail.StockDetailLandToActivity" android:screenOrientation="landscape" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.quote.activity.BangdanActivity" android:screenOrientation="portrait" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.quote.activity.BlockBangdanActivity" android:screenOrientation="portrait" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.quote.stock_detail.StockDetailMoreInfoActivity" android:screenOrientation="portrait" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.base.fenshi.GengDuoChengJiaoActivity" android:screenOrientation="portrait" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.quote.activity.BlockItemActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/KeyboardDarkTheme" android:name="com.cfzq.module.sdk_hs.hundsun.quote.main.activity.SearchActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:windowSoftInputMode="adjustNothing" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.debt.list.view.NationalDebtReverseRepurchaseActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="adjustPan" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.querycommon.QueryEntryMenuActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.querycommon.QueryEntryCommonActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.querycommon.QueryEntryListDetailActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.query.QueryTabActivity" android:screenOrientation="portrait" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.query.QueryEntryActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.query.HistoryEntrustActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.query.HistoryDealActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.kcbsign.query.KcbTodayEntrustActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.kcbsign.query.KcbTodayDealActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.kcbsign.query.KcbHistoryEntrustActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.kcbsign.query.KcbHistoryDealActivity" android:screenOrientation="portrait" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.query.HistoryBillActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.newshare.NewShareActivity" android:screenOrientation="portrait" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.newshare.BuyNewShareActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/ScreenTransparent" android:name="com.cfzq.module.sdk_hs.hundsun.trade.passwd.VerifyTradePasswdActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.passwd.ChangeTradePasswdActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysVisible" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.passwd.ChangeCapitalPasswdActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysVisible" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.passwd.ChangeMarginCapitalPasswdActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysVisible" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.stock.activity.CommonTradeActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.stock.activity.EntrustTypeExplainActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.kcbsign.activity.PanHouTradeActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/KeyboardLightTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.bank.activity.TransferMoneyActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.bank.activity.BankFastTransferActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/KeyboardLightTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.bank.activity.CapitalInternalTransferredActvity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.bank.activity.BankTransferRecordActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/KeyboardLightTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.bank.activity.BankMoneyQueryActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.danbaopin.activity.DanBaoPinTradeActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/KeyboardLightTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.danbaopin.activity.DanBaoPinTransferActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.margin.query.activity.MarginTradeActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.margin.activity.MarginZJHKActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="keyboard" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.margin.activity.MarginZJHQActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/KeyboardLightTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.margin.query.activity.CreditStocksObjectActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/KeyboardLightTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.margin.query.activity.CreditFinanceObjectActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/KeyboardLightTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.margin.query.activity.CreditFinanceLiabilitiesActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/KeyboardLightTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.margin.query.activity.CreditStocksLiabilitiesActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/KeyboardLightTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.margin.query.activity.DanBPBiaoDiChaXunActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/KeyboardLightTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.danbaopin.activity.DanBaoPinIntoActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/KeyboardLightTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.danbaopin.activity.DanBaoPinRolloutActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.margin.bank.MarginTransferMoneyActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.margin.query.activity.CreditStockHoldActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.margin.query.activity.CreditContractQueryActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.margin.query.activity.QueryTradeActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.margin.query.activity.HisQueryTradeActivity" android:screenOrientation="portrait" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.margin.query.activity.CreditInfoActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.margin.query.activity.MarginQueryMoneyActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.margin.query.activity.MarginQueryDebtActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.margin.query.activity.CreditDebtRZListActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.margin.query.activity.CreditDebtRQListActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.margin.activity.MarginAccountHomeActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.quote.main.activity.AHBangDanActivity" android:screenOrientation="portrait" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.quote.main.activity.QuoteMarketHKActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.margin.query.activity.CreditDebtInfoActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/KeyboardLightTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.margin.activity.MarginZDHKActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/KeyboardLightTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.margin.activity.MarginZDMQHKAcitvity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.margin.activity.MarginContractListActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.hongkong.activity.HongKongMainActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.hongkong.activity.HongKongAccountHoldActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.hongkong.activity.HongKongQueryEntryActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.hongkong.activity.HongKongQueryTabActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.hongkong.activity.HongKongHistoryEntrustActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.hongkong.activity.HongKongHistoryDealActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.hongkong.activity.vote_action.HongKongReportActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.hongkong.activity.vote_action.HongKongVotedealQueryActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.hongkong.activity.vote_action.HongKongVoteEntrustQueryActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.hongkong.activity.vote_action.HongKongHisVoteDealQueryActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.hongkong.activity.vote_action.HongKongHisVoteEntrustQueryActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.hongkong.activity.vote_action.HongKongHisVoteResultQueryActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.hongkong.activity.vote_action.HongKongHisEndVoteResultQueryActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.hongkong.activity.vote_action.HongKongTodayVoteResultQueryActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.hongkong.activity.vote_action.HongKongEndVoteResultQueryActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.hongkong.activity.company_action.HongKongCompanyActionReportDealQueryActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.hongkong.activity.company_action.HongKongCompanyActionReportEntrustQueryActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.hongkong.activity.company_action.HongKongHisCompanyActionReportEntrustQueryActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.hongkong.activity.company_action.HongKongHisCompanyActionReportDealQueryActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.hongkong.activity.company_action.HongKongCompanyActionTodayResultActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.hongkong.activity.company_action.HongKongHisCompanyActionResultQueryActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.hongkong.activity.HongKongRateHelpActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.hongkong.activity.HongKongTradeActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.hongkong.activity.company_action.HongKongComanyReqortActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.hongkong.activity.company_action.HongKongComanyCancelActivity" android:screenOrientation="portrait" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.caifubao.activity.CaiFuBaoMainActivity" android:screenOrientation="portrait" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.caifubao.activity.CaifubaoQueryMainActivty" android:screenOrientation="portrait" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.caifubao.activity.CaifubaoOverToActivity" android:screenOrientation="portrait" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.caifubao.activity.CaifubaoOpenAgreementActivity" android:screenOrientation="portrait" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.caifubao.activity.CaifubaoSplashActivity" android:screenOrientation="portrait" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.caifubao.activity.CaifubaoHelpActivity" android:screenOrientation="portrait" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.caifubao.activity.CaifubaoIncomedetailsActivity" android:screenOrientation="portrait" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.caifubao.activity.CaifubaoOpenSuccessActivity" android:screenOrientation="portrait" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.caifubao.activity.CaifubaoOverToSuccessOrErrorActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/ScreenTransparent" android:label="@string/title_activity_caifubao_fake_splash" android:name="com.cfzq.module.sdk_hs.hundsun.trade.caifubao.activity.CaifubaoFakeSplashActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.openendfund.activity.OpenEndFundMainActivity" android:screenOrientation="portrait" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.openendfund.activity.OpenEndFundHoldActivity" android:screenOrientation="portrait" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.openendfund.activity.OpenEndFundQueryActivity" android:screenOrientation="portrait" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.openendfund.activity.OpenEndFundSplashActivity" android:screenOrientation="portrait" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.openendfund.activity.OpenEndFundTodyEntrustActivity" android:screenOrientation="portrait" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.openendfund.activity.OpenEndFundHistoryActivity" android:screenOrientation="portrait" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.openendfund.activity.OpenEndFundHistoryDealActivity" android:screenOrientation="portrait" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.openendfund.activity.OpenEndFundEContractingSignActivity" android:screenOrientation="portrait" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.openendfund.activity.OpenEndFundBuyActivity" android:screenOrientation="portrait" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.openendfund.activity.OpenEndFundSellActivity" android:screenOrientation="portrait" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.openendfund.activity.OpenEndFundConvertActivity" android:screenOrientation="portrait" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.openendfund.activity.OpenEndFundWithdrawalsActivity" android:screenOrientation="portrait" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.openendfund.activity.OpenEndFundDividActivity" android:screenOrientation="portrait" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.openendfund.activity.OpenEndFundSquareActivity" android:screenOrientation="portrait" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.openendfund.activity.OpenEndFundAccountActivity" android:screenOrientation="portrait" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.openendfund.activity.OpenEndFundBuySuccessOrErrorActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/ScreenTransparent" android:name="com.cfzq.module.sdk_hs.hundsun.trade.openendfund.activity.OpenEndFundFakeSplashActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.openendfund.activity.OpenEndFundOpenAgreementActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.netvote.NetVoteMainActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.kcbsign.activity.KcbTradeListActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.kcbsign.query.KcbQueryTabActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.netvote.NetVoteActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.netvote.NetVoteQueryActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.netvote.NetVotePasswdActivity" android:screenOrientation="portrait" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.sharetransfer.ShareTransferMainActivity" android:screenOrientation="portrait" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.sharetransfer.ShareTransferHoldActivity" android:screenOrientation="portrait" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.sharetransfer.ShareTransferQueryActivity" android:screenOrientation="portrait" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.sharetransfer.ShareTransferEntrustQueryActivity" android:screenOrientation="portrait" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.sharetransfer.ShareTransferDealQueryActivity" android:screenOrientation="portrait" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.sharetransfer.ShareTransferIntentionActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/KeyboardLightTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.sharetransfer.ShareTransferTradeActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.sharetransfer.ShareTransferVoteQuoteQueryActivity" android:screenOrientation="portrait" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.sharetransfer.ShareTransferDealQuoteQueryActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/KeyboardLightTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.sharetransfer.SharetransferTradeAfterActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.debt.DebtTradeActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.debt.business.query.DebtAllQueryActivity" android:screenOrientation="portrait" />
        <receiver android:name="com.cfzq.module.sdk_hs.level2.SnsLevel2StateReceiver" android:exported="false">
            <intent-filter>
                <action android:name="com.cfzq.sns.level2.login" />
                <action android:name="com.cfzq.sns.level2.site.level" />
            </intent-filter>
        </receiver>
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.account.SecurityInfoActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.fund.moneyfund.MoneyFundMainListActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.fund.moneyfund.moneyfundapply.MoneyFundApplyActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.fund.moneyfund.moneyfundredeem.MoneyFundRedeemActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.fund.moneyfund.moneyfundcancel.MoneyFundCancelActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.fund.moneyfund.moneyfundquery.MoneyFundTodayDealActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.fund.moneyfund.moneyfundquery.MoneyFundTodayEntrustActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.fund.moneyfund.moneyfundquery.MoneyFundHisEntrustActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.fund.moneyfund.moneyfundquery.MoneyFundHisDealActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.fund.loffund.LofFundMainListActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.fund.loffund.LofFundSubscribeActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.fund.loffund.LofFundApplyActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.fund.loffund.LofFundRedeemActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.fund.loffund.LofFundSpinoffsActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.fund.loffund.LofFundMergeActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.fund.loffund.LofFundCancelActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.fund.loffund.loffundquery.LofFundTodayEntrustActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.fund.loffund.loffundquery.LofFundTodayDealActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.fund.loffund.loffundquery.LofFundHisEntrustActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.fund.loffund.loffundquery.LofFundHisDealActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.fund.insidefund.InsideFundMainListActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.fund.insidefund.insidefundapply.InsideFundApplyActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.fund.insidefund.insidefundredeem.InsideFundRedeemActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.fund.insidefund.InsideFundCancelActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.fund.insidefund.insidefundquery.InsideFundTodayDealActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.fund.insidefund.insidefundquery.InsideFundTodayEntrustActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.fund.insidefund.insidefundquery.InsideFundHisEntrustActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.fund.insidefund.insidefundquery.InsideFundHisDealActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.fund.classifyfund.ClassifyFundMainListActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.fund.classifyfund.ClassifyFundApplyActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.fund.classifyfund.ClassifyFundCancelActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.fund.classifyfund.ClassifyFundMergeActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.fund.classifyfund.ClassifyFundRedeemActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.fund.classifyfund.ClassifyFundSpinoffsActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.fund.classifyfund.classifyfundquery.ClassifyFundTodayEntrustActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.fund.classifyfund.classifyfundquery.ClassifyFundTodayDealActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.fund.classifyfund.classifyfundquery.ClassifyFundHisEntrustActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.fund.classifyfund.classifyfundquery.ClassifyFundHisDealActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.fund.etffund.ETFFundOnlineActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.quotev2.market.astock.AStockEditActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.quotev2.bangdan.BangdanActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.quotev2.bangdan.AhBangdanActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.quotev2.bangdan.QuitBangdanActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.quotev2.optional.mystock.EditMyStockActivity" android:launchMode="singleTask" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.quotev2.stockdetail.activity.temp.StockAllDealsInfoActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.quotev2.search.SearchActivityV2" android:screenOrientation="portrait" android:windowSoftInputMode="adjustNothing" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.quotev2.search.smartsearch.SmartSearchActivity" android:screenOrientation="portrait" android:windowSoftInputMode="adjustNothing" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.quotev2.search.smartsearch.SmartSearchBeforeActivity" android:screenOrientation="portrait" android:windowSoftInputMode="adjustPan" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.quotev2.search.smartsearch.SmartSearchSingleActivity" android:screenOrientation="portrait" android:windowSoftInputMode="adjustPan" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.quotev2.search.smartsearch.SmartSearchBeforeListActivity" android:screenOrientation="portrait" android:windowSoftInputMode="adjustPan" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.quotev2.search.smartsearch.SmartSearchListActivity" android:screenOrientation="portrait" android:windowSoftInputMode="adjustPan" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.quotev2.bangdan.MarkerBangdanActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.quotev2.stockdetail.activity.StockDetailActivityQuoteV3" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="adjustNothing|stateAlwaysHidden" />
        <activity android:theme="@style/FullScreen" android:name="com.cfzq.module.sdk_hs.hundsun.quotev2.stockdetail.activity.StockGuideActivity" android:launchMode="standard" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/AppTheme" android:name="com.cfzq.module.sdk_hs.hundsun.quotev2.optional.group.view.GroupEditActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.quotev2.stockdetail.overlay.StockOverlaySearchActivity" android:screenOrientation="portrait" android:windowSoftInputMode="adjustNothing" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.quotev2.stockdetail.remind.EventRemindSettingsActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.quotev2.market.sharetransfer.activity.ShareTransferMarkerBangdanActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.quotev2.market.sharetransfer.activity.AgmtInfoListActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.quotev2.market.sharetransfer.activity.IssueInfoListActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.quotev2.market.sharetransfer.activity.IssueInfoActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.sharetransfer2.ipo.StockTransferIPOMainActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.sharetransfer2.query.activity.HsTradeGeneralQueryActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.sharetransfer2.ipo.apply.view.activity.StockTransferIPOListActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.sharetransfer2.ipo.apply.view.activity.OneKeyInquiryActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="adjustResize" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.sharetransfer2.ipo.apply.view.activity.OneKeyApplyActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="adjustResize" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.quotev2.market.sharetransfer.activity.OfferInformationActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.sharetransfer2.StockShareMainActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.sharetransfer2.query.activity.TransferQueryActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.sharetransfer2.entrust.activity.StockTransferBlockTradeActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.sharetransfer2.query.activity.StockShareWithdrawActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.sharetransfer2.entrust.activity.StockTransferNormalEntrustActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="adjustPan" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.sharetransfer2.query.activity.QueryDetailActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="adjustPan" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.activity.TradeMarginBuyActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.activity.TradeMarginSellActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/KeyboardLightTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.query.TodayTradingQueryActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/KeyboardLightTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.query.MarginQueryActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.activity.TradeRepaymentActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.activity.TradeMarginHoldingActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.margin.query.activity.MarginTransferFlowActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.margin.query.activity.MarginMyContractActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.margin.query.activity.MarginMyContractDetailActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.quotev2.bangdan.FundBangdanActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.fund.FundDocumentViewActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.entrust.StockEntrustDetailActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.bank.activity.transfer.BankMoneyPersonActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.bank.activity.transfer.BankTransferHomeActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.bank.activity.transfer.BankTransferMoneyActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.bank.activity.transfer.MoneyTransferFlowActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.bank.activity.transfer.MoneyInduceActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.bank.activity.transfer.CapitalAllocationActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.bank.activity.transfer.AllocationRecordActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.bank.activity.transfer.BankMoneyQueryActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.bank.activity.transfer.BankTransferResultActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.bank.activity.transfer.BankResultActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.margin.query.activity.MarginContractExtensionActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.convert.ConvertMainActivity" android:screenOrientation="portrait" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.conditionsheet.WinnerHtmlActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.margin.query.activity.MarginCollateralTransferActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.margin.query.activity.MarginCollateralTransferAccountActivity" android:exported="false" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
        <activity android:theme="@style/ThemeCompact" android:name="com.cfzq.module.sdk_hs.hundsun.trade.security.TradeSecurityActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
        <activity android:theme="@style/ThemeCompact" android:name="com.cfzq.module.sdk_hs.hundsun.trade.security.password.view.PasswordModifyActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
        <activity android:theme="@style/ThemeCompact" android:name="com.cfzq.module.sdk_hs.hundsun.trade.security.management.view.activity.DeviceAndLocationManagerActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
        <activity android:theme="@style/ThemeCompact" android:name="com.cfzq.module.sdk_hs.hundsun.trade.security.management.view.activity.DeviceRenameActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateAlwaysVisible" />
        <activity android:theme="@style/ThemeCompact" android:name="com.cfzq.module.sdk_hs.hundsun.trade.security.notice.view.TradeSecurityNoticeSettingActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
        <activity android:theme="@style/ThemeCompact" android:name="com.cfzq.module.sdk_hs.hundsun.trade.security.login_log.view.LoginRecordActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
        <activity android:theme="@style/ThemeCompact" android:name="com.cfzq.module.sdk_hs.hundsun.trade.security.authenticate.view.LoginAuthenticateActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.blocktrade.BlockTradeMainActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/KeyboardLightTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.blocktrade.entrust.BlockTradeActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="adjustResize" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.blocktrade.cancel.BlockTradeCancelActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.blocktrade.query.BlockTradeQuoteActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:name="com.cfzq.module.sdk_hs.hundsun.trade.blocktrade.query.BlockTradeQuoteActivityV2" android:exported="false" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.newbond.NewBondMenuActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.newbond.matching.NewBondMatchingActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.newbond.consult.NewBondConsultActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="adjustPan" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.trade.newbond.click.NewBondClickActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <activity android:theme="@style/StatusBarTransparentTheme" android:name="com.cfzq.module.sdk_hs.hundsun.quotev2.optional.mystock.ImportStockActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateHidden" />
        <service android:name="com.cfzq.base.service.AppVersionService" />
        <activity android:theme="@style/PermissionNoDisplay" android:name="com.cfzq.base.permission.PermissionActivity" />
        <service android:name="cn.jpush.android.service.PushService" android:enabled="true" android:exported="false" android:process=":pushcore">
            <intent-filter>
                <action android:name="cn.jpush.android.intent.REGISTER" />
                <action android:name="cn.jpush.android.intent.REPORT" />
                <action android:name="cn.jpush.android.intent.PushService" />
                <action android:name="cn.jpush.android.intent.PUSH_TIME" />
            </intent-filter>
        </service>
        <receiver android:name="cn.jpush.android.service.AlarmReceiver" android:exported="false" />
        <receiver android:name="cn.jpush.android.service.SchedulerReceiver" android:exported="false" />
        <provider android:name="cn.jpush.android.service.DataProvider" android:exported="false" android:process=":pushcore" android:authorities="com.cfzq.lezhuan.DataProvider" />
        <provider android:name="cn.jiguang.union.ads.service.JAdFileProvider" android:exported="false" android:authorities="com.cfzq.lezhuan.JAdFileProvider" android:grantUriPermissions="true">
            <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/jpush_file_paths" />
            <intent-filter>
                <action android:name="cn.jpush.android.intent.FileProvider" />
                <category android:name="com.cfzq.lezhuan" />
            </intent-filter>
        </provider>
        <receiver android:name="cn.jpush.android.asus.AsusPushMessageReceiver" android:exported="false" />
        <meta-data android:name="JPUSH_CHANNEL" android:value="lezhuan-android" />
        <meta-data android:name="JPUSH_APPKEY" android:value="b45690496753fdca65aa633b" />
        <receiver android:name="com.huawei.hms.support.api.push.PushMsgReceiver" android:permission="com.cfzq.lezhuan.permission.PROCESS_PUSH_MSG" android:directBootAware="true">
            <intent-filter>
                <action android:name="com.huawei.intent.action.PUSH_DELAY_NOTIFY" />
                <action android:name="com.huawei.intent.action.PUSH" />
            </intent-filter>
        </receiver>
        <receiver android:name="com.huawei.hms.support.api.push.PushReceiver" android:permission="com.cfzq.lezhuan.permission.PROCESS_PUSH_MSG" android:directBootAware="true">
            <intent-filter>
                <action android:name="com.huawei.android.push.intent.REGISTRATION" />
                <action android:name="com.huawei.android.push.intent.RECEIVE" />
            </intent-filter>
        </receiver>
        <service android:name="com.huawei.hms.support.api.push.service.HmsMsgService" android:enabled="true" android:exported="true" android:process=":pushservice" android:directBootAware="true">
            <intent-filter>
                <action android:name="com.huawei.push.msg.NOTIFY_MSG" />
                <action android:name="com.huawei.push.msg.PASSBY_MSG" />
            </intent-filter>
        </service>
        <provider android:name="com.huawei.hms.support.api.push.PushProvider" android:permission="com.cfzq.lezhuan.permission.PUSH_PROVIDER" android:readPermission="com.cfzq.lezhuan.permission.PUSH_PROVIDER" android:writePermission="com.cfzq.lezhuan.permission.PUSH_WRITE_PROVIDER" android:exported="true" android:authorities="com.cfzq.lezhuan.huawei.push.provider" />
        <meta-data android:name="com.huawei.hms.client.service.name:push" android:value="push:5.0.2.300" />
        <meta-data android:name="com.huawei.hms.min_api_level:push:push" android:value="1" />
        <service android:name="cn.jpush.android.service.PluginHuaweiPlatformsService" android:exported="false">
            <intent-filter>
                <action android:name="com.huawei.push.action.MESSAGING_EVENT" />
            </intent-filter>
        </service>
        <meta-data android:name="sdkVersion" android:value="3000" />
        <service android:name="cn.jpush.android.service.PluginOppoPushService" android:permission="com.coloros.mcs.permission.SEND_MCS_MESSAGE" android:exported="true">
            <intent-filter>
                <action android:name="com.coloros.mcs.action.RECEIVE_MCS_MESSAGE" />
            </intent-filter>
        </service>
        <service android:name="com.heytap.msp.push.service.CompatibleDataMessageCallbackService" android:permission="com.coloros.mcs.permission.SEND_MCS_MESSAGE" android:exported="true">
            <intent-filter>
                <action android:name="com.coloros.mcs.action.RECEIVE_MCS_MESSAGE" />
            </intent-filter>
        </service>
        <service android:name="com.heytap.msp.push.service.DataMessageCallbackService" android:permission="com.heytap.mcs.permission.SEND_PUSH_MESSAGE" android:exported="true">
            <intent-filter>
                <action android:name="com.heytap.mcs.action.RECEIVE_MCS_MESSAGE" />
                <action android:name="com.heytap.msp.push.RECEIVE_MCS_MESSAGE" />
            </intent-filter>
        </service>
        <meta-data android:name="OPPO_APPKEY" android:value="OP-vxaJ30DAl00c4Wk4Gs0008w4" />
        <meta-data android:name="OPPO_APPID" android:value="OP-3429757" />
        <meta-data android:name="OPPO_APPSECRET" android:value="OP-6c15d1419D48337cb06571896a4126Bd" />
        <receiver android:name="cn.jpush.android.service.PluginVivoMessageReceiver" android:exported="false">
            <intent-filter>
                <action android:name="com.vivo.pushclient.action.RECEIVE" />
            </intent-filter>
        </receiver>
        <meta-data android:name="sdk_version_vivo" android:value="484" />
        <service android:name="com.vivo.push.sdk.service.CommandClientService" android:permission="com.push.permission.UPSTAGESERVICE" android:exported="true" />
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.vivo.push.sdk.LinkProxyClientActivity" android:exported="false" android:screenOrientation="portrait" />
        <meta-data android:name="local_iv" android:value="MzMsMzQsMzUsMzYsMzcsMzgsMzksNDAsNDEsMzIsMzgsMzcsMzYsMzUsMzQsMzMsI0AzNCwzMiwzMywzNywzMywzNCwzMiwzMywzMywzMywzNCw0MSwzNSwzNSwzMiwzMiwjQDMzLDM0LDM1LDM2LDM3LDM4LDM5LDQwLDQxLDMyLDM4LDM3LDMzLDM1LDM0LDMzLCNAMzQsMzIsMzMsMzcsMzMsMzQsMzIsMzMsMzMsMzMsMzQsNDEsMzUsMzIsMzIsMzI" />
        <meta-data android:name="com.vivo.push.api_key" android:value="bccbda38-8db3-44e5-a655-102b936bc56f" />
        <meta-data android:name="com.vivo.push.app_id" android:value="15978" />
        <meta-data android:name="XIAOMI_APPID" android:value="MI-2882303761517507926" />
        <meta-data android:name="XIAOMI_APPKEY" android:value="MI-5301750744926" />
        <service android:name="com.xiaomi.push.service.XMJobService" android:permission="android.permission.BIND_JOB_SERVICE" android:enabled="true" android:exported="false" android:process=":pushservice" />
        <service android:name="com.xiaomi.push.service.XMPushService" android:enabled="true" android:process=":pushservice" />
        <service android:name="com.xiaomi.mipush.sdk.PushMessageHandler" android:enabled="true" android:exported="true" />
        <service android:name="com.xiaomi.mipush.sdk.MessageHandleService" android:enabled="true" />
        <receiver android:name="com.xiaomi.push.service.receivers.NetworkStatusReceiver" android:exported="true">
            <intent-filter>
                <action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </receiver>
        <receiver android:name="com.xiaomi.push.service.receivers.PingReceiver" android:exported="false" android:process=":pushservice">
            <intent-filter>
                <action android:name="com.xiaomi.push.PING_TIMER" />
            </intent-filter>
        </receiver>
        <receiver android:name="cn.jpush.android.service.PluginXiaomiPlatformsReceiver" android:exported="true">
            <intent-filter>
                <action android:name="com.xiaomi.mipush.RECEIVE_MESSAGE" />
            </intent-filter>
            <intent-filter>
                <action android:name="com.xiaomi.mipush.MESSAGE_ARRIVED" />
            </intent-filter>
            <intent-filter>
                <action android:name="com.xiaomi.mipush.ERROR" />
            </intent-filter>
        </receiver>
        <activity android:theme="@android:style/Theme.NoTitleBar.Fullscreen" android:name="exocr.carddom.CaptureActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@android:style/Theme.NoTitleBar.Fullscreen" android:name="exocr.carddom.quadview.QuadCaptureActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@android:style/Theme.NoTitleBar.Fullscreen" android:name="exocr.carddom.excard.ExCardActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@android:style/Theme.NoTitleBar.Fullscreen" android:name="exocr.carddom.bankcard.CardRecoActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@android:style/Theme.NoTitleBar.Fullscreen" android:name="exocr.carddom.quadview.EditActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@android:style/Theme.Holo.Light.NoActionBar.Fullscreen" android:name="com.crh.module.ocr.activity.TakePictureActivity" android:exported="false" android:launchMode="singleTop" android:screenOrientation="landscape" />
        <activity android:theme="@android:style/Theme.Holo.Light.NoActionBar.Fullscreen" android:name="com.crh.module.ocr.activity.TakePictureUI2Activity" android:exported="false" android:launchMode="singleTop" android:screenOrientation="landscape" />
        <activity android:name="com.crh.module.ocr.activity.RecIdCardActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:name="com.crh.module.ocr.activity.RecBankCardActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:theme="@style/NoDisplay" android:name="com.crh.module.ocr.activity.IDCardAlbumRecognizeActivity" android:exported="false" android:launchMode="singleTop" />
        <activity android:theme="@style/XHAppTheme" android:name="com.crh.app.ca.activity.UnRegisterActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="orientation|screenSize" />
        <activity android:theme="@style/XHAppTheme" android:name="com.crh.app.ca.activity.CFUnRegisterActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="orientation|screenSize" />
        <activity android:theme="@style/XHAppTheme" android:name="com.crh.app.ca.activity.TakePictureActivity" android:exported="false" android:screenOrientation="landscape" android:configChanges="orientation|screenSize" />
        <activity android:theme="@style/XHAppTheme" android:name="com.crh.app.ca.activity.FaceCameraActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="orientation|screenSize" />
        <activity android:theme="@style/CrhAppTheme" android:name="cn.cloudwalk.libproject.LiveResultActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/CrhAppTheme" android:name="cn.cloudwalk.libproject.LiveActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/CrhAppTheme" android:name="cn.cloudwalk.libproject.LiveStartActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/CrhAppTheme" android:name="cn.cloudwalk.libproject.VideoPreviewActivity" android:exported="false" android:screenOrientation="portrait" />
        <activity android:theme="@style/CrhAppTheme" android:name="cn.cloudwalk.libproject.LiveCheckActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/CrhAppTheme" android:name="cn.cloudwalk.libproject.LiveCheckStartActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/CrhAppTheme" android:name="cn.cloudwalk.libproject.LiveCloseAccountActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/CrhAppTheme" android:name="cn.cloudwalk.libproject.LiveAskActivity" android:launchMode="singleTask" android:screenOrientation="portrait" />
        <uses-library android:name="org.apache.http.legacy" android:required="false" />
        <activity android:name="com.cxzq.khlibrary.test.KhTestActivity" />
        <activity android:name="com.cxzq.khlibrary.live.SingleViewoPreivewActivity" android:screenOrientation="portrait" />
        <activity android:name="com.cxzq.khlibrary.live.SingleViewoPreivewActivity2" android:screenOrientation="portrait" />
        <activity android:theme="@android:style/Theme.Holo.Light.NoActionBar.Fullscreen" android:name="com.cxzq.khlibrary.card.camera.TakeModelActivity" android:exported="false" android:screenOrientation="landscape" />
        <activity android:theme="@style/KhAppBaseTheme" android:name="com.cxzq.khlibrary.card.CameraPreviewActivity" android:screenOrientation="landscape" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:name="com.cxzq.khlibrary.live.KhSingleVideoActivity" android:screenOrientation="portrait" />
        <activity android:name="com.cxzq.khlibrary.live.LiveWarpActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/KhAppBaseTheme" android:name="com.cxzq.khlibrary.card.TakePhotoActivity" android:screenOrientation="landscape" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:theme="@style/KhAppBaseTheme" android:name="com.cxzq.khlibrary.web.KhWebViewActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" android:windowSoftInputMode="adjustPan" />
        <activity android:name="com.cxzq.khlibrary.anychat.AnyChatLoginActivity" />
        <activity android:name="com.cxzq.khlibrary.card.IDCardScanActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:name="cn.cloudwalk.libproject2.LiveResultActivity" android:screenOrientation="portrait" />
        <activity android:name="cn.cloudwalk.libproject2.LiveActivity" android:launchMode="singleTask" android:screenOrientation="portrait" />
        <activity android:name="cn.cloudwalk.libproject2.LiveStartActivity" android:screenOrientation="portrait" />
        <activity android:name="com.cxzq.khlibrary.anychat.VideoActivity" android:launchMode="singleTop" android:screenOrientation="portrait" />
        <activity android:name="com.cxzq.khlibrary.anychat.VideoActivity2" android:launchMode="singleTop" android:screenOrientation="portrait" />
        <provider android:name="com.cxzq.khlibrary.utils.WTFileProvider" android:exported="false" android:authorities="com.cfzq.lezhuan.wt.fileprovider" android:grantUriPermissions="true">
            <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/wt_filepaths" />
        </provider>
        <meta-data android:name="android.notch_support" android:value="true" />
        <meta-data android:name="notch.config" android:value="portrait|landscape" />
        <activity android:theme="@style/CrhAppTheme" android:name="com.cairh.app.sjkh.MainActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="orientation|screenSize" />
        <activity android:name="com.cairh.app.sjkh.BusinessActivity" android:exported="false" />
        <activity android:theme="@style/CrhAppTheme" android:name="com.cairh.app.sjkh.CRHMainActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="orientation|screenSize" />
        <activity android:theme="@style/CrhAppTheme" android:name="com.cairh.app.sjkh.ui.VideoActivity" android:exported="false" android:screenOrientation="portrait" />
        <activity android:theme="@style/CrhAppTheme" android:name="com.cairh.app.sjkh.ui.CameraMainActivity" android:exported="false" android:screenOrientation="landscape" />
        <activity android:theme="@style/CrhAppTheme" android:name="com.cairh.app.ldkh.FaceCameraActivity" android:exported="false" android:screenOrientation="portrait" />
        <activity android:theme="@style/CrhAppTheme" android:name="com.cairh.app.sjkh.ui.SingleVideoActivity" android:exported="false" android:screenOrientation="portrait" />
        <activity android:theme="@style/CrhAppTheme" android:name="com.cairh.app.sjkh.ui.SingleVideoActivityAnychat" android:screenOrientation="portrait" />
        <activity android:theme="@style/CrhAppTheme" android:name="com.cairh.app.sjkh.ui.FaceCameraMainActivity" android:exported="false" android:screenOrientation="portrait" />
        <activity android:theme="@style/CrhAppTheme" android:name="com.cairh.app.sjkh.ui.FaceCameraOldActivity" android:exported="false" android:screenOrientation="portrait" />
        <activity android:theme="@style/CrhAppTheme" android:name="com.mining.app.zxing.MipcaActivityCapture" android:exported="false" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@android:style/Theme.Holo.Light.NoActionBar.Fullscreen" android:name="com.cairh.app.sjkh.ui.Camera2Activity" android:exported="false" android:screenOrientation="landscape" />
        <activity android:theme="@android:style/Theme.Holo.Light.NoActionBar.Fullscreen" android:name="com.cairh.app.sjkh.ui.SingleVideo2Activity" android:exported="false" android:screenOrientation="portrait" />
        <activity android:theme="@android:style/Theme.Holo.Light.NoActionBar.Fullscreen" android:name="com.cairh.app.sjkh.ui.SingleViewoPreivewActivity" android:exported="false" android:screenOrientation="portrait" />
        <activity android:theme="@android:style/Theme.Holo.Light.NoActionBar.Fullscreen" android:name="com.cairh.app.sjkh.ui.DoubleVideoActivity" android:exported="false" android:screenOrientation="portrait" />
        <activity android:theme="@style/NoDisplay" android:name="com.crh.lib.core.permission.PermissionActivity" />
        <service android:name="com.baidu.location.f" android:enabled="true" android:exported="false" android:process=":remote" />
        <meta-data android:name="com.baidu.lbsapi.API_KEY" android:value="ljeTCCsVh1rap0tutGgG29Up" />
        <activity android:name="com.cairh.app.sjkh.FullscreenAdActivity" android:exported="false" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:theme="@style/CRHSplash" android:name="com.cairh.app.sjkh.SplashActivity" />
        <activity android:name="com.crh.module.video.activity.SingleVideoActivity" android:exported="false" android:screenOrientation="portrait" />
        <activity android:name="com.crh.module.video.activity.SingleVideoProActivity" android:exported="false" android:screenOrientation="portrait" />
        <activity android:name="com.crh.module.video.activity.SingleViewoPreivewActivity" android:exported="false" android:screenOrientation="portrait" />
        <activity android:theme="@style/Theme.AppCompat.Light.NoActionBar" android:name="com.thinkive.android.tkh5sdk.ui.TKWebActivity" android:exported="false" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="adjustPan" android:hardwareAccelerated="true" />
        <activity android:theme="@style/Theme.AppCompat.Light.NoActionBar" android:name="com.thinkive.android.tkh5sdk.ui.InfoexcActivity" android:exported="false" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation" android:windowSoftInputMode="adjustPan" android:hardwareAccelerated="true" />
        <activity android:theme="@style/Theme.AppCompat.NoActionBar" android:name="com.thinkive.android.tkh5sdk.ui.WebViewActivity2" android:exported="false" android:screenOrientation="portrait" />
        <activity android:theme="@style/Theme.AppCompat.NoActionBar" android:name="com.thinkive.android.tkh5sdk.ui.WebViewActivity" android:exported="false" android:screenOrientation="portrait" />
        <activity android:theme="@android:style/Theme.Light.NoTitleBar" android:name="com.hexin.znkflib.ZnkfActivity" android:exported="false" android:launchMode="singleTask" android:screenOrientation="portrait" android:windowSoftInputMode="adjustResize|stateHidden" android:hardwareAccelerated="true" />
        <activity android:theme="@android:style/Theme.Light.NoTitleBar" android:name="com.hexin.znkflib.MultiProcZnkfActivity" android:exported="false" android:process=":znkf" android:launchMode="singleTask" android:screenOrientation="portrait" android:windowSoftInputMode="adjustResize|stateHidden" android:hardwareAccelerated="true" />
        <provider android:name="com.hexin.znkflib.util.ZnkfFileProvider" android:exported="false" android:authorities="com.cfzq.lezhuan.znkf.fileprovider" android:grantUriPermissions="true">
            <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/znkf_file_paths" />
        </provider>
        <service android:name="com.hexin.znkflib.support.log.LogWindowService" />
        <service android:name="com.hexin.znkflib.proc.SdkService" android:process=":znkf" />
        <service android:name="com.hexin.znkflib.proc.ClientService" />
        <service android:name="com.myhexin.recognize.library.session.CommunicationService" android:exported="false" />
        <service android:name="com.myhexin.synthesize.library.session.CommunicationService" android:exported="false" />
        <meta-data android:name="huawei_module_scankit_local" android:value="1030100" />
        <meta-data android:name="huawei_module_scankit_sdk_version" android:value="scan:1.1.3.301" />
        <meta-data android:name="com.huawei.hms.client.service.name:scan" android:value="scan:1.1.3.301" />
        <meta-data android:name="com.huawei.hms.min_api_level:scan:huawei_module_scankit" android:value="1" />
        <meta-data android:name="com.huawei.hms.min_api_level:scan:hmscore" android:value="1" />
        <activity android:name="com.huawei.hms.hmsscankit.ScanKitActivity" android:screenOrientation="portrait" />
        <activity android:theme="@android:style/Theme.NoTitleBar" android:name="com.alipay.sdk.app.H5PayActivity" android:exported="false" android:configChanges="keyboardHidden|navigation|orientation|screenSize" />
        <activity android:theme="@android:style/Theme.NoTitleBar" android:name="com.alipay.sdk.app.H5AuthActivity" android:exported="false" android:configChanges="keyboardHidden|navigation|orientation|screenSize" />
        <activity android:name="com.alipay.sdk.app.H5OpenAuthActivity" android:exported="false" android:screenOrientation="behind" android:configChanges="keyboardHidden|navigation|orientation|screenSize" android:windowSoftInputMode="adjustResize|stateHidden" />
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.alipay.sdk.app.APayEntranceActivity" android:exported="false" android:configChanges="keyboardHidden|navigation|orientation|screenSize" />
        <service android:label="OSIMService" android:name="com.onesoul.service.OSIMService" android:exported="true">
            <intent-filter android:priority="1000">
                <action android:name="hundsun" />
            </intent-filter>
        </service>
        <activity android:name="com.tencent.qcloud.tim.uikit.component.video.CameraActivity" android:screenOrientation="portrait" />
        <activity android:name="com.tencent.qcloud.tim.uikit.component.video.VideoViewActivity" android:configChanges="keyboardHidden|orientation|screenSize" />
        <activity android:name="com.tencent.qcloud.tim.uikit.component.photoview.PhotoViewActivity" android:screenOrientation="portrait" />
        <activity android:name="com.tencent.qcloud.tim.uikit.modules.group.info.GroupInfoActivity" android:screenOrientation="portrait" />
        <activity android:name="com.tencent.qcloud.tim.uikit.component.SelectionActivity" android:screenOrientation="portrait" />
        <activity android:name="com.tencent.qcloud.tim.uikit.modules.group.apply.GroupApplyManagerActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden|adjustPan" />
        <activity android:name="com.tencent.qcloud.tim.uikit.modules.group.apply.GroupApplyMemberActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden|adjustPan" />
        <provider android:name="com.tencent.qcloud.tim.uikit.utils.TUIKitFileProvider" android:exported="false" android:authorities="com.cfzq.lezhuan.uikit.fileprovider" android:grantUriPermissions="true">
            <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths_public" />
        </provider>
        <activity android:name="com.hundsun.hs_im_client.HSClientChatActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:windowSoftInputMode="adjustResize" />
        <activity android:name="com.hundsun.hs_im_agent.activity.HSAgentHomeActivity" android:launchMode="singleTask" android:screenOrientation="portrait" />
        <activity android:name="com.hundsun.hs_im_agent.activity.HSAgentChatActivity" android:launchMode="singleTask" android:screenOrientation="portrait" android:windowSoftInputMode="adjustResize" />
        <activity android:name="com.hundsun.hs_im_agent.activity.search.HSAgentSearchActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateVisible" />
        <activity android:name="com.hundsun.hs_im_agent.activity.HSSimpleEditActivity" android:screenOrientation="portrait" />
        <activity android:name="com.hundsun.hs_im_agent.activity.HSSetTagActivity" android:screenOrientation="portrait" />
        <activity android:name="com.hundsun.hs_im_agent.activity.HSClientDetailActivity" android:screenOrientation="portrait" />
        <activity android:name="com.hundsun.hs_im_agent.activity.search.HSMoreChatHistoryActivity" android:screenOrientation="portrait" />
        <activity android:name="com.hundsun.hs_im_agent.activity.search.HSMoreContactActivity" android:screenOrientation="portrait" />
        <activity android:name="com.hundsun.hs_im_agent.activity.HSShareEntryActivity" android:screenOrientation="portrait" />
        <activity android:name="com.hundsun.hs_im_agent.activity.HSCustomizeTagActivity" android:screenOrientation="portrait" />
        <activity android:name="com.hundsun.hs_im_agent.activity.HSMultiMsgSendActivity" android:screenOrientation="portrait" android:windowSoftInputMode="adjustResize" />
        <activity android:name="com.hundsun.hs_im_agent.activity.HSSelectFromContactActivity" android:screenOrientation="portrait" />
        <activity android:name="com.hundsun.hs_im_agent.activity.HSCustomizeTagDetailActivity" android:screenOrientation="portrait" />
        <activity android:name="com.hundsun.hs_im_agent.activity.search.HSClientHistoryActivity" android:screenOrientation="portrait" />
        <activity android:theme="@style/Theme.AppCompat.Light.NoActionBar" android:name="com.hundsun.hs_im_client.HSClientConversationListActivity" android:launchMode="singleTask" android:screenOrientation="portrait" />
        <activity android:name="com.hundsun.hs_im_client.HSWelcomeActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:windowSoftInputMode="adjustResize" />
        <activity android:name="com.hundsun.im_chat.view.HSImageScanActivity" android:screenOrientation="portrait" />
        <activity android:name="com.hundsun.im_chat.view.HSHtmlActivity" android:screenOrientation="portrait" />
        <activity android:name="com.hundsun.hs_im_agent.activity.HSAgentWorkSpaceActivity" android:screenOrientation="portrait" />
        <activity android:name="com.hundsun.hs_im_client.HSAgentToBrokerActivity" android:screenOrientation="portrait" />
        <provider android:name="android.arch.lifecycle.ProcessLifecycleOwnerInitializer" android:exported="false" android:multiprocess="true" android:authorities="com.cfzq.lezhuan.lifecycle-trojan" />
        <meta-data android:name="android.support.VERSION" android:value="26.1.0" />
        <provider android:name="com.huawei.hms.aaid.InitProvider" android:exported="false" android:authorities="com.cfzq.lezhuan.aaidinitprovider" />
        <meta-data android:name="com.huawei.hms.client.service.name:opendevice" android:value="opendevice:5.0.2.300" />
        <meta-data android:name="com.huawei.hms.min_api_level:opendevice:push" android:value="1" />
        <activity android:theme="@style/ActivityTranslucent" android:name="com.blankj.utilcode.util.UtilsTransActivity4MainProcess" android:configChanges="keyboardHidden|orientation|screenSize" android:windowSoftInputMode="stateAlwaysHidden" />
        <activity android:theme="@style/ActivityTranslucent" android:name="com.blankj.utilcode.util.UtilsTransActivity" android:multiprocess="true" android:configChanges="keyboardHidden|orientation|screenSize" android:windowSoftInputMode="stateAlwaysHidden" />
        <provider android:name="com.blankj.utilcode.util.UtilsFileProvider" android:exported="false" android:authorities="com.cfzq.lezhuan.utilcode.provider" android:grantUriPermissions="true">
            <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/util_code_provider_paths" />
        </provider>
        <service android:name="com.blankj.utilcode.util.MessengerUtils$ServerService" android:exported="false">
            <intent-filter>
                <action android:name="com.cfzq.lezhuan.messenger" />
            </intent-filter>
        </service>
        <meta-data android:name="com.huawei.hms.client.service.name:ml-computer-camera-inner" android:value="ml-computer-camera-inner:1.0.3.340" />
        <meta-data android:name="com.huawei.hms.client.service.name:ml-computer-ha-inner" android:value="ml-computer-ha-inner:1.0.3.340" />
        <meta-data android:name="com.huawei.hms.client.service.name:base" android:value="base:5.0.0.301" />
        <meta-data android:name="com.huawei.hms.min_api_level:base:hmscore" android:value="1" />
        <meta-data android:name="availableLoaded" android:value="yes" />
        <provider android:name="com.huawei.hms.update.provider.UpdateProvider" android:exported="false" android:authorities="com.cfzq.lezhuan.hms.update.provider" android:grantUriPermissions="true" />
        <activity android:theme="@style/upsdkDlDialog" android:name="com.huawei.updatesdk.service.otaupdate.AppUpdateActivity" android:exported="false" android:configChanges="orientation|screenSize">
            <meta-data android:name="hwc-theme" android:value="androidhwext:style/Theme.Emui.Translucent.NoTitleBar" />
        </activity>
        <activity android:theme="@style/upsdkDlDialog" android:name="com.huawei.updatesdk.support.pm.PackageInstallerActivity" android:exported="false" android:configChanges="keyboardHidden|orientation|screenSize">
            <meta-data android:name="hwc-theme" android:value="androidhwext:style/Theme.Emui.Translucent" />
        </activity>
        <provider android:name="com.huawei.updatesdk.fileprovider.UpdateSdkFileProvider" android:exported="false" android:authorities="com.cfzq.lezhuan.updateSdk.fileProvider" android:grantUriPermissions="true" />
        <meta-data android:name="com.huawei.hms.client.service.name:dynamic-api" android:value="dynamic-api:1.0.13.303" />
        <meta-data android:name="com.huawei.hms.min_api_level:dynamic-api:huawei_module_dynamicloader" android:value="2" />
        <provider android:name="com.huawei.agconnect.core.provider.AGConnectInitializeProvider" android:exported="false" android:authorities="com.cfzq.lezhuan.AGCInitializeProvider" />
        <service android:name="com.huawei.agconnect.core.ServiceDiscovery" android:exported="false" />
        <meta-data android:name="com.huawei.hms.client.service.name:ml-computer-vision-base" android:value="ml-computer-vision-base:1.0.0.301" />
        <provider android:name="com.huawei.hms.mlsdk.common.Provider.MLInitializerProvider" android:exported="false" android:authorities="com.cfzq.lezhuan.MLInitializerProvider" />
        <provider android:name="com.sensorsdata.analytics.android.sdk.data.SensorsDataContentProvider" android:enabled="true" android:exported="false" android:authorities="com.cfzq.lezhuan.SensorsDataContentProvider" />
        <meta-data android:name="com.sensorsdata.analytics.android.MainProcessName" android:value="com.cfzq.lezhuan" />
        <meta-data android:name="com.sensorsdata.analytics.android.version" android:value="0.0.10" />
        <activity android:theme="@android:style/Theme.Translucent" android:name="com.huawei.hms.activity.BridgeActivity" android:exported="false" android:excludeFromRecents="true" android:screenOrientation="behind" android:configChanges="fontScale|layoutDirection|locale|orientation|screenLayout|screenSize|smallestScreenSize" android:hardwareAccelerated="true">
            <meta-data android:name="hwc-theme" android:value="androidhwext:style/Theme.Emui.Translucent" />
        </activity>
        <activity android:name="com.huawei.hms.activity.EnableServiceActivity" android:exported="false" android:configChanges="keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize" />
    </application>
</manifest>