apk(点击下载) / AndroidManifest.xml
<?xml version="1.0" encoding="utf-8"?>
<manifest android:versionCode="56100" android:versionName="5.6.10" android:compileSdkVersion="28" android:compileSdkVersionCodename="9" package="com.yinheqihuo.mhdxh" platformBuildVersionCode="28" platformBuildVersionName="9"
xmlns:android="http://schemas.android.com/apk/res/android">
<uses-sdk android:minSdkVersion="24" android:targetSdkVersion="30" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" />
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<uses-permission android:name="android.permission.RECORD_VIDEO" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.READ_LOGS" />
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
<uses-permission android:name="android.permission.KILL_BACKGROUND_PROCESSES" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.USE_FINGERPRINT" />
<uses-feature android:name="android.hardware.camera" android:required="true" />
<uses-feature android:name="android.hardware.camera.autofocus" android:required="true" />
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.RESTART_PACKAGES" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
<uses-permission android:name="android.permission.WRITE_SETTINGS" />
<uses-permission android:name="android.permission.READ_MEDIA_IMAGES" />
<uses-permission android:name="com.asus.msa.SupplementaryDID.ACCESS" />
<uses-permission android:name="freemme.permission.msa" />
<uses-permission android:name="android.hardware.camera" />
<uses-permission android:name="android.hardware.camera.autofocus" />
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
<uses-permission android:name="android.permission.FLASHLIGHT" />
<queries>
<package android:name="com.tencent.mm" />
<package android:name="com.tencent.mobileqq" />
<package android:name="com.huawei.android.pushagent" />
<intent>
<action android:name="com.huawei.hms.core.aidlservice" />
</intent>
<intent>
<action android:name="com.huawei.hms.core" />
</intent>
<package android:name="com.huawei.works" />
</queries>
<permission android:name="com.yinheqihuo.mhdxh.permission.JPUSH_MESSAGE" android:protectionLevel="signature" />
<uses-permission android:name="com.yinheqihuo.mhdxh.permission.JPUSH_MESSAGE" />
<uses-permission android:name="android.permission.RECEIVE_USER_PRESENT" />
<permission android:name="com.yinheqihuo.mhdxh.permission.MIPUSH_RECEIVE" android:protectionLevel="signature" />
<uses-permission android:name="com.yinheqihuo.mhdxh.permission.MIPUSH_RECEIVE" />
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
<uses-permission android:name="cn.cyberidentity.certification.AUTH" />
<supports-screens android:anyDensity="true" android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:resizeable="true" />
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.READ_SETTINGS" />
<uses-permission android:name="android.permission.READ_PRIVILEGED_PHONE_STATE" />
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
<uses-feature android:name="android.hardware.camera.flash" />
<uses-feature android:glEsVersion="0x00020000" android:required="true" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="com.huawei.android.launcher.permission.CHANGE_BADGE" />
<permission android:name="com.yinheqihuo.mhdxh.permission.PROCESS_PUSH_MSG" android:protectionLevel="signature" />
<permission android:name="com.yinheqihuo.mhdxh.permission.PUSH_PROVIDER" android:protectionLevel="signature" />
<permission android:name="com.yinheqihuo.mhdxh.permission.PUSH_WRITE_PROVIDER" android:protectionLevel="signature" />
<uses-permission android:name="com.yinheqihuo.mhdxh.permission.PROCESS_PUSH_MSG" />
<uses-permission android:name="com.yinheqihuo.mhdxh.permission.PUSH_PROVIDER" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
<application android:theme="@style/AppTheme" android:label="@string/IDS_APP_NAME" android:icon="@drawable/pb_icon" android:name="s.h.e.l.l.S" android:debuggable="false" android:allowBackup="false" android:hardwareAccelerated="true" android:largeHeap="true" android:supportsRtl="true" android:extractNativeLibs="true" android:usesCleartextTraffic="true" android:networkSecurityConfig="@xml/network_security_config" android:appComponentFactory="s.h.e.l.l.A">
<meta-data android:name="com.shareinstall.APP_KEY" android:value="" />
<meta-data android:name="com.pobo.shareinstall.APP_SCHEME" android:value="" />
<meta-data android:name="JPUSH_PKGNAME" android:value="com.yinheqihuo.mhdxh" />
<meta-data android:name="JPUSH_APPKEY" android:value="30290ecd6086bbeffc54f078" />
<meta-data android:name="JPUSH_CHANNEL" android:value="default" />
<activity android:theme="@style/PbStartupTheme" android:label="@string/IDS_APP_NAME" android:name="com.pengbo.pbmobile.startup.PbStartupActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|layoutDirection|locale|orientation|screenSize|uiMode">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
<category android:name="android.intent.category.DEFAULT" />
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="pobopush_yinheqihuo" android:host="com.pengbo.pbmobile.sdk" android:path="/notify_detail" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
<category android:name="android.intent.category.DEFAULT" />
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="yinheqihuo" />
<data android:scheme="" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</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="jpush.custom">
<intent-filter>
<action android:name="cn.jpush.android.intent.DActivity" />
<category android:name="com.yinheqihuo.mhdxh" />
</intent-filter>
</activity>
<activity android:name="com.tencent.tauth.AuthActivity" android:exported="true" android:launchMode="singleTask" android:noHistory="true">
<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="\ 1106497990" />
</intent-filter>
</activity>
<provider android:name="com.pengbo.pbmobile.utils.PbFileProvider" android:exported="false" android:authorities="com.yinheqihuo.mhdxh.pbfileprovider" android:grantUriPermissions="true">
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/pb_filepath" />
</provider>
<activity android:name="com.pengbo.pbmobile.home.PbFirstMainActivity" android:exported="false" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize|uiMode" />
<activity android:name="com.pengbo.pbmobile.home.PbSecondMainActivity" android:exported="false" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize|uiMode" />
<activity android:name="com.pengbo.pbmobile.home.PbReadOnlyMainActivity" android:exported="false" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" />
<activity android:name="com.pengbo.pbmobile.stockdetail.PbMarketDetailActivity" android:exported="false" android:screenOrientation="nosensor" android:configChanges="fontScale|keyboardHidden|orientation|screenSize|uiMode" android:windowSoftInputMode="adjustResize|stateHidden" />
<activity android:name="com.pengbo.pbmobile.stockdetail.PbNewsListActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.trade.PbTradeLeiXingActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.trade.PbTradeServerChooseActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.trade.PbTradeMoreActivity" android:exported="false" android:screenOrientation="portrait" android:windowSoftInputMode="adjustResize" />
<activity android:name="com.pengbo.pbmobile.trade.PbTradeXgsgActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.trade.tradedetailpages.PbTradeDetailActivity" android:exported="false" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="uiMode" android:windowSoftInputMode="adjustPan" />
<activity android:name="com.pengbo.pbmobile.news.PbNewsDetailActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.stockdetail.PbNewsDetailActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.news.PbNewsActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.hq.PbHQPaiXuActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.trade.PbQQTradeOptionSelectActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.selfstock.PbSelfStockEditActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="uiMode" />
<activity android:name="com.pengbo.pbmobile.search.PbStockSearchActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="uiMode" android:windowSoftInputMode="adjustPan" />
<activity android:name="com.pengbo.pbmobile.search.PbStockSearchForH5Activity" android:exported="false" android:launchMode="singleTask" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.hq.qiquan.PbNewQQSaiXuanActivity" android:exported="false" android:launchMode="singleTask" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.hq.qiquan.PbNewQQSaiXuanSettingActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.hq.PbBondsReverseRepoActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.settings.PbUserCenterActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.settings.PbMimaModifyActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.settings.PbSettingAboutActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.settings.PbAccountManagementActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.settings.PbPersonInfoExportActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.settings.PbPresetZSZYSettingActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.settings.PbAutoPresetSpreadSettingActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.trade.conditionalorder.PbConditionHelpPageActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.trade.conditionalorder.PbOrderConfirmActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.settings.PbSystemAddressActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.settings.PbEditAddressToolActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.utils.fileselector.PbFileSelectorActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.settings.PbMsgCenterActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.settings.PbAlertSettingActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.settings.PbAlertRingVibSettingActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.settings.PbAlertRingModeSettingActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.settings.PbMyTradeSettingActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.settings.PbAlertRingSelectionActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.settings.PbSystemSettingActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="uiMode" />
<activity android:name="com.pengbo.pbmobile.settings.PbFirstChoiceNavSettingActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.settings.PbSubViewSettingActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.settings.PbTitleSettingActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.settings.PbQHBlockBreedsActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.trade.login.PbTradeLoginActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.trade.PbTradeGuideActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.trade.login.PbTradeGuoMiActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.trade.PbTradeAccountSwitchActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.trade.PbTradeKeyBoradSettingActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.trade.PbQHTradeKeyBoradSettingActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.trade.PbZQAmountKeyBoradSettingActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.trade.PbTradeSgsgActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.trade.PbQqBdsdActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.trade.PbTradeOtherActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.trade.PbTradePwdChangeActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.settings.PbQQAdvancedButtonSettingActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.settings.PbQQSettingPriceExceedsNoticeActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.settings.PbQQSettingOutOfPriceNoticeActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.settings.PbMyAverageLineSettingActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.settings.PbZhangdieChangeSettingActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.home.PbWebViewNoNativeTitleActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" />
<activity android:name="com.pengbo.pbmobile.home.PbWebViewWithNativeTitleActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" />
<activity android:name="com.pengbo.pbmobile.trade.PbTradeJSDActivity" android:exported="false" android:launchMode="singleTop" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.trade.PbRZRQTradeXQHQActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.trade.PbTradeJSDWebActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.search.PbQuickSearchActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.trade.PbTradeSmsVerificationActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.hq.myhq.PbMyHqHeadSettingActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.settings.PbIndicatorSettingActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.settings.PbSignalSettingActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.settings.PbIndicatorParamSettingActivity" android:exported="false" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden|adjustResize" />
<activity android:name="com.pengbo.pbmobile.settings.PbQHBottomTagSettingActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.settings.PbQHDefaultTradeCountActivity" android:screenOrientation="portrait" android:windowSoftInputMode="stateAlwaysHidden|adjustPan" />
<activity android:name="com.pengbo.pbmobile.settings.PbIndicatorAddActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.settings.PbBandHighLowPriceSettingActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.settings.PbQHKMKMCDTimeSetting" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.settings.PbRightCJDetailSettingActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.settings.PbNewUserActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.selfstock.multicolumn.MultiColumnSelfStockActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="uiMode" />
<activity android:name="com.pengbo.pbmobile.search.PbZdcQuickSearchActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.trade.PbFingerPrintOpenupActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.trade.PbFingerprintPasswordVerityActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.selfstock.PbSelfSyncActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.PbPublicNoTitleActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.settings.PbChoiceSettingActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.settings.PbLogUploadActivity" android:exported="false" android:screenOrientation="portrait" android:windowSoftInputMode="adjustPan" />
<activity android:name="com.pengbo.pbmobile.settings.PbNewTradeLogUploadActivity" android:exported="false" android:screenOrientation="portrait" android:windowSoftInputMode="adjustPan" />
<activity android:name="com.pengbo.pbmobile.stockdetail.PbDetailDrawLineSettingActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.stockdetail.PbDrawLineManagerActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.settings.PbQhKmkmPriceSettingActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.settings.PbGPQQKmkmPriceSettingActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.settings.PbQhCycleSettingActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.settings.PbMultiCycleSettingActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.settings.PbSystemAddressToolActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.jgchoose.PbJgChooseActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.trade.transfer.PbTradeTransferActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.trade.gpqqinnertransfer.PbGPQQZJNZTransferActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.trade.qhinnertransfer.PbQHZJNZTransferActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.settings.PbKLineStyleSettingActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.trade.PbTradeMoneyActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.hq.PbHQLoginActivity" android:exported="false" android:launchMode="singleTask" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.settings.PbWaiPanHQSettingActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.trade.login.PbTradeLoginRiskConfirmActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.stockdetail.PbDrawLineShapeSettingActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.stockdetail.PbRelatedVarietyActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="uiMode" />
<activity android:name="com.pengbo.pbmobile.trade.PbTradeLogDetailActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="uiMode" />
<activity android:name="com.pengbo.pbmobile.home.singlevideo.PbSingleVideoActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.stockdetail.PbHQDetailMenuSettingActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.trade.conditionalorder.PbConditionalOrderActivity" android:exported="false" android:launchMode="singleTask" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.trade.conditionalorder.PbOrderEditActivity" android:exported="false" android:screenOrientation="portrait" android:windowSoftInputMode="adjustResize|stateHidden" />
<activity android:name="com.pengbo.pbmobile.trade.conditionalorder.PbConditionchicangActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.trade.conditionalorder.PbMyOrdersDetailActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.search.PbOpenToTheElderlyActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.hq.PbHQMainActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.cfmmc.app.sjkh.MainActivity" android:exported="false" android:screenOrientation="portrait" android:windowSoftInputMode="adjustResize|stateHidden" />
<activity android:name="com.cfmmc.app.sjkh.ui.VideoActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.cfmmc.app.sjkh.ui.CameraMainActivity" android:exported="false" android:screenOrientation="landscape" />
<activity android:name="com.cfmmc.app.sjkh.ui.CameraActivity" android:exported="false" android:screenOrientation="landscape" />
<activity android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen" android:name="com.google.zxing.client.android.CaptureActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.trade.personalinfo.PbPersonalInfoActivity" />
<activity android:name="com.pengbo.pbmobile.trade.eligibility.PbMyEligibilityActivity" />
<activity android:name="com.pengbo.pbmobile.trade.eligibility.PbEligibilityNotifyActivity" />
<activity android:name="com.pengbo.pbmobile.register.PbXingyeLoginActivity" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.trade.optionandstockpages.combinedstrategy.PbOptionCombinedStrategyActivity" android:exported="false" android:screenOrientation="portrait" android:windowSoftInputMode="adjustPan" />
<activity android:name="com.pengbo.pbmobile.trade.optionandstockpages.hebingxingquan.PbOptionHBXQActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.pengbo.pbmobile.PbStrandHoggActivity" android:exported="false" android:taskAffinity="" android:screenOrientation="portrait" />
<activity android:theme="@style/CfmmcAppTheme" android:name="com.cfmmc.app.cfmmckh.activity.CfmmcMainActivity" android:exported="false" android:screenOrientation="portrait" android:windowSoftInputMode="adjustResize" />
<activity android:name="com.hundsun.khylib.picture.activity.CardCameraActivity" android:screenOrientation="landscape" android:hardwareAccelerated="true" />
<activity android:name="com.hundsun.khylib.picture.activity.CameraActivity" android:screenOrientation="portrait" android:hardwareAccelerated="true" />
<activity android:name="com.hundsun.khylib.qrcode.CaptureActivity" android:screenOrientation="portrait" android:hardwareAccelerated="true" />
<activity android:name="com.hundsun.khylib.video.VideoActivity" android:screenOrientation="portrait" />
<provider android:name="com.hundsun.khylib.picture.view.KhyFileProvider" android:exported="false" android:authorities="com.yinheqihuo.mhdxh.cfmmc.fileprovider" android:grantUriPermissions="true">
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/cfmmc_filepath" />
</provider>
<activity android:name="com.pengbo.cloudroom.ui.PbVideoActivity" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="orientation|screenSize" android:keepScreenOn="true" />
<activity android:name="com.webank.ocr.PbFaceResultActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:theme="@style/wbcfFaceThemeBlack" android:name="com.tencent.cloud.huiyansdkface.facelight.ui.FaceVerifyActivity" android:exported="false" android:launchMode="singleTop" android:configChanges="orientation|screenLayout|screenSize|smallestScreenSize" />
<activity android:theme="@style/wbcfFaceProtocolThemeBlack" android:name="com.tencent.cloud.huiyansdkface.facelight.ui.FaceGuideActivity" android:exported="false" android:launchMode="singleTop" android:configChanges="orientation|screenLayout|screenSize|smallestScreenSize" />
<activity android:theme="@style/wbcfFaceThemeBlack" android:name="com.tencent.cloud.huiyansdkface.facelight.ui.FaceProtocalActivity" android:exported="false" android:launchMode="singleTop" android:configChanges="orientation|screenLayout|screenSize|smallestScreenSize" />
<meta-data android:name="android.webkit.WebView.EnableSafeBrowsing" android:value="true" />
<meta-data android:name="wb_version_WbCloudFaceSdk" android:value="v6.2.0-15869951" />
<meta-data android:name="kycgm_version" android:value="2.0.0" />
<meta-data android:name="wb_version_WbCloudFaceLiveSdk" android:value="v6.2.0-15869951" />
<provider android:name="com.pengbo.idcardcamera.utils.PbIDFileProvider" android:exported="false" android:authorities="com.yinheqihuo.mhdxh.pbidfileprovider" android:grantUriPermissions="true">
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/pb_idcard_filepath" />
</provider>
<activity android:theme="@android:style/Theme.Light.NoTitleBar.Fullscreen" android:name="com.pengbo.idcardcamera.camera.PbCameraActivity" android:configChanges="keyboardHidden|orientation|screenSize" />
<activity android:theme="@style/Theme.AppCompat.Light.NoActionBar" android:name="com.pengbo.ucrop.PbUCropActivity" android:screenOrientation="portrait" />
<provider android:name="com.pengbo.share.PbQQFileProvider" android:exported="false" android:authorities="com.yinheqihuo.mhdxh.pbqqfileprovider" android:grantUriPermissions="true">
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/pb_qq_filepath" />
</provider>
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.tencent.connect.common.AssistActivity" android:configChanges="keyboardHidden|orientation|screenSize" />
<uses-library android:name="org.apache.http.legacy" android:required="false" />
<service android:name="com.pengbo.jiguang.jpush.PbJPushService" android:enabled="true" android:exported="true" android:process=":pushcore" android:stopWithTask="true">
<intent-filter>
<action android:name="cn.jiguang.user.service.action" />
</intent-filter>
</service>
<receiver android:name="com.pengbo.jiguang.jpush.PbJPushMessageReceiver">
<intent-filter>
<action android:name="cn.jpush.android.intent.RECEIVE_MESSAGE" />
<category android:name="com.yinheqihuo.mhdxh" />
</intent-filter>
<intent-filter android:priority="1000">
<action android:name="cn.jpush.android.intent.NOTIFICATION_RECEIVED_PROXY" />
<category android:name="com.yinheqihuo.mhdxh" />
</intent-filter>
</receiver>
<receiver android:name="cn.jpush.android.service.PushReceiver" android:enabled="true">
<intent-filter android:priority="1000">
<action android:name="cn.jpush.android.intent.NOTIFICATION_RECEIVED_PROXY" />
<category android:name="com.yinheqihuo.mhdxh" />
</intent-filter>
</receiver>
<provider android:name="cn.jpush.android.service.DownloadProvider" android:exported="false" android:authorities="com.yinheqihuo.mhdxh.DownloadProvider" />
<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="XIAOMI_APPKEY" android:value="MI-5461791122070" />
<meta-data android:name="XIAOMI_APPID" android:value="MI-2882303761517911070" />
<activity android:name="com.JinnKing_Android_SDK.activity.JinnKingWebDisplayActivity" />
<activity android:name="com.JinnKing_Android_SDK.activity.TESTActivity" />
<activity android:name="com.JinnKing_Android_SDK.activity.ImageGalleryActivity" />
<activity android:name="com.JinnKing_Android_SDK.activity.BigImageLookActivity" />
<activity android:name="com.JinnKing_Android_SDK.activity.CustomerServiceActivity" android:screenOrientation="portrait" android:windowSoftInputMode="adjustResize" />
<provider android:name="androidx.core.content.FileProvider" android:exported="false" android:authorities="com.yinheqihuo.mhdxh.provider" android:grantUriPermissions="true">
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/jinn_king_file_paths" />
</provider>
<service android:name="com.JinnKing_Android_SDK.service.CustomerService" />
<activity android:name="com.alibaba.wireless.security.open.middletier.fc.ui.ContainerActivity" android:exported="false" android:screenOrientation="portrait">
<intent-filter>
<action android:name="com.alibaba.wireless.security.open.middletier.fc.ui.BXIntentResult4323" />
<action android:name="com.alibaba.wireless.security.open.middletier.fc.ui.BXIntentCreate4323" />
<action android:name="com.alibaba.wireless.security.open.middletier.fc.ui.BXIntentLog4323" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<meta-data android:name="com.alibaba-inc.check.login.status.resume" android:value="0" />
</activity>
<activity android:theme="@android:style/Theme.Holo.Dialog.NoActionBar" android:name="com.alibaba.wireless.security.open.middletier.fc.ui.ExtContainerActivity" android:exported="false">
<intent-filter>
<action android:name="com.alibaba.wireless.security.open.middletier.fc.ui.BXIntentResult4323" />
<action android:name="com.alibaba.wireless.security.open.middletier.fc.ui.BXIntentCreate4323" />
<action android:name="com.alibaba.wireless.security.open.middletier.fc.ui.BXIntentLog4323" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<meta-data android:name="com.alibaba-inc.check.login.status.resume" android:value="0" />
</activity>
<activity android:name="com.alibaba.security.realidentity.activity.RPWebViewActivity" android:multiprocess="true" />
<activity android:name="com.alibaba.security.realidentity.activity.RPTakePhotoActivity" android:multiprocess="true" />
<activity android:theme="@style/RP_FullScreenTheme" android:name="com.alibaba.security.biometrics.activity.ALBiometricsActivity" android:multiprocess="true" android:hardwareAccelerated="true" />
<activity android:theme="@style/RP_FullScreenTheme" android:name="com.alibaba.security.biometrics.activity.ALModelLoadingActivity" android:multiprocess="true" android:hardwareAccelerated="true" />
<meta-data android:name="org.chromium.content.browser.NUM_SANDBOXED_SERVICES" android:value="1" />
<meta-data android:name="org.chromium.content.browser.SANDBOXED_SERVICES_NAME" android:value="com.taobao.uc.service.SandboxedProcessService" />
<service android:name="com.taobao.uc.service.SandboxedProcessService0" android:process=":sandboxed_process0" android:isolatedProcess="true" />
<meta-data android:name="org.chromium.content.browser.SANDBOXED_PRIVILEGED_SERVICES_NAME" android:value="com.taobao.uc.service.SandboxedPrivilegedProcessService" />
<service android:name="com.taobao.uc.service.SandboxedPrivilegedProcessService0" android:process=":sandboxed_privilege_process0" android:isolatedProcess="false" />
<meta-data android:name="org.chromium.content.browser.NUM_GPU_SERVICES" android:value="1" />
<meta-data android:name="org.chromium.content.browser.GPU_SERVICES_NAME" android:value="com.taobao.uc.service.GpuProcessService" />
<service android:name="com.taobao.uc.service.GpuProcessService0" android:process=":gpu_process" android:isolatedProcess="false" />
<activity android:theme="@style/Theme.AppCompat.Light.NoActionBar" android:name="com.esign.esignsdk.video.PreviewActivity" android:exported="true" android:hardwareAccelerated="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
</intent-filter>
</activity>
<activity android:theme="@style/mycustomTheme" android:label="gmubase_fragmentwrapperactivity" android:name="com.hundsun.gmubase.widget.FragmentWrapperActivity" android:configChanges="orientation|screenLayout|screenSize|smallestScreenSize" android:windowSoftInputMode="adjustPan|stateHidden" />
<service android:name="com.networks.countly.NetworksCountlyService" android:process=":countly" />
<meta-data android:name="UBAS_CHANNEL" android:value="ubasprefix_HcdrSdkDemo" />
<activity android:theme="@style/Theme.AppCompat.Light.NoActionBar" android:name="com.esign.esignsdk.h5.H5Activity" android:launchMode="singleTask">
<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="esign" android:host="facesdk" />
</intent-filter>
</activity>
<activity android:name="com.hundsun.htrp.auth.MainActivity" />
<activity android:theme="@style/Theme.AppCompat.Light.NoActionBar" android:name="com.hundsun.frameworkgmu.GMUActivity" android:launchMode="singleTask" android:configChanges="orientation|screenLayout|screenSize|smallestScreenSize" android:windowSoftInputMode="adjustPan|stateHidden" />
<activity android:theme="@style/hlgb_Theme_NoActionBar_FullScreen" android:name="com.hundsun.gmubase.widget.CommonGuideActivity" android:configChanges="orientation|screenSize" android:windowSoftInputMode="adjustResize|stateHidden" />
<activity android:theme="@style/Theme.AppCompat.Light.NoActionBar" android:name="com.hundsun.gmubase.widget.TabbarActivity" android:screenOrientation="portrait" android:configChanges="orientation|screenSize" />
<activity android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" android:label="gmubase_PermissionsHelper" android:name="com.hundsun.gmubase.utils.PermissionsHelper" android:configChanges="orientation|screenSize" />
<activity android:name="com.hundsun.gmubase.widget.WebViewActivity" android:windowSoftInputMode="adjustPan|stateHidden" />
<activity android:name="com.hundsun.gmubase.widget.FullScreenFragmentWrapperActivity" android:windowSoftInputMode="adjustPan|stateHidden" />
<meta-data android:name="com.hundsun.glide.hsadapter.HsGlideModule" android:value="GlideModule" />
<activity android:theme="@style/dialog_style" android:name="com.hundsun.servicegmu.download.UpdateDialogActivity" android:launchMode="singleTask" />
<activity android:theme="@style/dialog_style" android:name="com.hundsun.servicegmu.download.ProgressDialogActivity" android:launchMode="singleTask" />
<activity android:label="gmubase_webgmuactivity" android:name="com.hundsun.webgmu.WebGmuActivity" android:screenOrientation="portrait" android:configChanges="orientation|screenSize" android:windowSoftInputMode="adjustPan|stateHidden" />
<activity android:name="com.hundsun.scanninggmu.ScanningGMUActivity" android:multiprocess="true" android:screenOrientation="portrait" />
<activity android:name="com.hundsun.scanninggmu.QRCodeResultActivity" android:multiprocess="true" android:screenOrientation="portrait" />
<activity android:name="com.hundsun.scanninggmu.QRCodeHistoryActivity" android:multiprocess="true" android:screenOrientation="portrait" />
<activity android:name="com.hundsun.hcdrsdk.utils.permissions.PermissionsHelper" />
<activity android:name="com.hundsun.hcdrsdk.activity.HcdrReadyActivity" android:screenOrientation="portrait" />
<activity android:name="com.hundsun.hcdrsdk.activity.HcdrRecordVideoActivity" android:screenOrientation="portrait" />
<activity android:theme="@style/EasyPermissions.Transparent" android:label="" android:name="pub.devrel.easypermissions.AppSettingsDialogHolderActivity" android:exported="false" />
<meta-data android:name="push_kit_auto_init_enabled" android:value="false" />
<receiver android:name="com.huawei.hms.support.api.push.PushMsgReceiver" android:permission="com.yinheqihuo.mhdxh.permission.PROCESS_PUSH_MSG" android:exported="true" 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.yinheqihuo.mhdxh.permission.PROCESS_PUSH_MSG" android:exported="true" 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:readPermission="com.yinheqihuo.mhdxh.permission.PUSH_PROVIDER" android:writePermission="com.yinheqihuo.mhdxh.permission.PUSH_WRITE_PROVIDER" android:exported="true" android:authorities="com.yinheqihuo.mhdxh.huawei.push.provider" />
<meta-data android:name="com.huawei.hms.client.service.name:push" android:value="push:6.12.0.300" />
<meta-data android:name="com.huawei.hms.min_api_level:push:push" android:value="1" />
<activity android:name="com.huawei.hms.support.api.push.TransActivity" android:exported="false" />
<meta-data android:name="MIPUSH_SDK_VERSION_CODE" android:value="60001" />
<meta-data android:name="MIPUSH_SDK_VERSION_NAME" android:value="6_0_1-C" />
<service android:name="com.xiaomi.push.service.XMPushService" android:enabled="true" android:process=":pushcore" />
<service android:name="com.xiaomi.push.service.XMJobService" android:permission="android.permission.BIND_JOB_SERVICE" android:enabled="true" android:exported="false" android:process=":pushcore" />
<service android:name="com.xiaomi.mipush.sdk.PushMessageHandler" android:permission="com.xiaomi.xmsf.permission.MIPUSH_RECEIVE" 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.PingReceiver" android:exported="false" android:process=":pushcore">
<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.Translucent.NoTitleBar" android:name="com.xiaomi.mipush.sdk.NotificationClickedActivity" android:enabled="true" android:exported="true" android:excludeFromRecents="true" android:launchMode="singleInstance">
<meta-data android:name="supportStyle" android:value="scene|voip" />
</activity>
<activity android:theme="@style/JPushDialogStyle" android:name="cn.jpush.android.ui.PopWinActivity" android:exported="true">
<intent-filter>
<category android:name="android.intent.category.DEFAULT" />
<action android:name="cn.jpush.android.ui.PopWinActivity" />
<category android:name="com.yinheqihuo.mhdxh" />
</intent-filter>
</activity>
<activity android:theme="@android:style/Theme.NoTitleBar" android:name="cn.jpush.android.ui.PushActivity" android:exported="true" 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.yinheqihuo.mhdxh" />
</intent-filter>
</activity>
<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.SchedulerReceiver" android:exported="false" />
<provider android:name="cn.jpush.android.service.DataProvider" android:exported="false" android:process=":pushcore" android:authorities="com.yinheqihuo.mhdxh.DataProvider" />
<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.yinheqihuo.mhdxh" />
</intent-filter>
</activity>
<activity android:theme="@style/JPushTheme" android:name="cn.android.service.JTransitActivity" android:exported="true" android:taskAffinity="">
<intent-filter>
<action android:name="cn.android.service.JTransitActivity" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="com.yinheqihuo.mhdxh" />
</intent-filter>
</activity>
<receiver android:name="cn.jpush.android.asus.AsusPushMessageReceiver" />
<provider android:name="cn.jpush.android.service.InitProvider" android:readPermission="com.yinheqihuo.mhdxh.permission.JPUSH_MESSAGE" android:writePermission="com.yinheqihuo.mhdxh.permission.JPUSH_MESSAGE" android:exported="false" android:authorities="com.yinheqihuo.mhdxh.jiguang.InitProvider" />
<activity android:theme="@style/ActivityDialogStyle" android:name="com.cmic.gen.sdk.view.GenLoginAuthActivity" android:launchMode="singleTop" android:screenOrientation="unspecified" android:configChanges="keyboardHidden|orientation|screenSize" />
<activity android:theme="@style/ActivityDialogStyle" android:name="cn.jiguang.verifysdk.CtLoginActivity" android:launchMode="singleTop" android:screenOrientation="unspecified" android:configChanges="keyboardHidden|orientation|screenSize" />
<activity android:theme="@style/ActivityDialogStyle" android:name="cn.jiguang.verifysdk.SmsLoginActivity" android:launchMode="singleTop" android:screenOrientation="unspecified" android:configChanges="keyboardHidden|orientation|screenSize" />
<provider android:name="androidx.lifecycle.ProcessLifecycleOwnerInitializer" android:exported="false" android:multiprocess="true" android:authorities="com.yinheqihuo.mhdxh.lifecycle-process" />
<provider android:name="com.huawei.hms.aaid.InitProvider" android:exported="false" android:authorities="com.yinheqihuo.mhdxh.aaidinitprovider" android:initOrder="500" />
<meta-data android:name="com.huawei.hms.client.service.name:opendevice" android:value="opendevice:6.12.0.300" />
<meta-data android:name="com.huawei.hms.min_api_level:opendevice:push" android:value="1" />
<meta-data android:name="com.huawei.hms.client.service.name:base" android:value="base:6.11.0.302" />
<meta-data android:name="com.huawei.hms.min_api_level:base:hmscore" android:value="1" />
<meta-data android:name="availableLoaded" android:value="yes" />
<activity android:theme="@style/Base_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|uiMode" 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" />
<provider android:name="com.huawei.agconnect.core.provider.AGConnectInitializeProvider" android:exported="false" android:authorities="com.yinheqihuo.mhdxh.AGCInitializeProvider" />
<service android:name="com.huawei.agconnect.core.ServiceDiscovery" android:exported="false" />
<meta-data android:name="com.huawei.hms.client.appid" android:value="appid=100435873" />
</application>
</manifest>