apk(点击下载) / AndroidManifest.xml
<?xml version="1.0" encoding="utf-8"?>
<manifest android:versionCode="34" android:versionName="1.30.1" android:compileSdkVersion="33" android:compileSdkVersionCodename="13" platformBuildVersionName="13" platformBuildVersionCode="33" package="com.cmbchinawm.ds"
xmlns:android="http://schemas.android.com/apk/res/android">
<uses-sdk android:minSdkVersion="23" android:targetSdkVersion="33" />
<uses-feature android:name="android.hardware.camera" android:required="true" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.READ_MEDIA_IMAGES" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" android:maxSdkVersion="32" />
<uses-permission android:name="android.permission.FLASHLIGHT" />
<uses-feature android:name="android.hardware.camera.autofocus" android:required="true" />
<queries>
<package android:name="com.ibcc" />
<package android:name="com.chinamworld.main" />
<package android:name="com.android.bankabc" />
<package android:name="cn.com.cmbc.newmbank" />
<package android:name="com.cebbank.mobile.cemb" />
<package android:name="com.yitong.mbank.psbc" />
<package android:name="com.chinamworld.bocmbci" />
<package android:name="com.bankcomm.Bankcomm" />
<package android:name="cmb.pb" />
<package android:name="com.ecitic.bank.mobile" />
<package android:name="com.hxb.mobile.client" />
<package android:name="cn.com.spdb.mobilebank.per" />
<package android:name="com.cgbchina.xpt" />
<package android:name="com.cib.cibmb" />
<package android:name="com.pingan.paces.ccms" />
<package android:name="cn.com.shbank.mper" />
<package android:name="com.bankofbeijing.mobilebanking" />
<package android:name="com.nbbank" />
<intent>
<action android:name="com.android.camera.action.CROP" />
<data android:mimeType="image/*" />
</intent>
<intent>
<action android:name="android.media.action.IMAGE_CAPTURE" />
</intent>
</queries>
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.USE_FINGERPRINT" />
<uses-permission android:name="android.permission.USE_BIOMETRIC" />
<uses-permission android:name="android.permission.DETECT_SCREEN_CAPTURE" />
<uses-feature android:name="android.hardware.sensor.accelerometer" />
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.READ_PRIVILEGED_PHONE_STATE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<application android:theme="@style/CMFAppTheme" android:label="@string/AppName" android:icon="@drawable/logo" android:name="com.secneo.apkwrapper.AW" android:debuggable="false" android:allowBackup="false" android:hardwareAccelerated="true" android:supportsRtl="true" android:extractNativeLibs="false" android:networkSecurityConfig="@xml/network_security_config" android:appComponentFactory="com.secneo.apkwrapper.AP" android:requestLegacyExternalStorage="true">
<activity android:theme="@style/SplashTheme" android:name="com.cmbchina.cmf.ui.splash.SplashActivity" android:exported="true" 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/idcardcamera_FullScreenVideoTheme" android:name="com.cmbchina.cmf.idcardcamera.camera.CameraActivity" android:exported="false" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize" />
<activity android:name="com.cmbchina.cmf.apiocr.picture.OCRPictureAPIActivity" android:exported="false" android:launchMode="singleTask" android:configChanges="orientation|screenLayout|screenSize|smallestScreenSize" />
<activity android:name="com.cmbchina.cmf.apiocr.picture.OCRTakePhotoActivity" android:exported="false" android:launchMode="singleTask" android:configChanges="orientation|screenLayout|screenSize|smallestScreenSize" />
<activity android:name="com.cmbchina.cmf.apiocr.picture.OcrScanActivity" android:exported="false" android:launchMode="singleTask" android:configChanges="orientation|screenLayout|screenSize|smallestScreenSize" />
<activity android:theme="@style/SelectTheme" android:name="com.cmbchina.cmf.ui.photo.PictureAPIActivity" android:exported="false" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="orientation|screenLayout|screenSize|smallestScreenSize">
<intent-filter>
<action android:name="com.cmbchinawm.ds.ui.photo.openPictureAct" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@style/SelectTheme" android:name="com.cmbchina.cmf.ui.photo.TakePhotoActivity" android:exported="false" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="orientation|screenLayout|screenSize|smallestScreenSize">
<intent-filter>
<action android:name="com.cmbchinawm.ds.ui.photo.openTakePhotoAct" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<activity android:theme="@style/SelectTheme" android:name="com.cmbchina.cmf.ui.photo.SecurePhotoActivity" android:exported="false" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="orientation|screenLayout|screenSize|smallestScreenSize">
<intent-filter>
<action android:name="com.cmbchinawm.ds.ui.photo.openSecurePhotoAct" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<activity android:name="com.cmbchina.cmf.ui.pdf.ReadPDFActivity" android:exported="false" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboardHidden|navigation|orientation|screenLayout|screenSize|smallestScreenSize" android:hardwareAccelerated="true" />
<activity android:name="cmf.cmbchina.common.ui.diagnose.DiagnoseActivity" android:exported="false" android:screenOrientation="portrait" />
<activity android:name="com.cmbchina.cmf.ui.FileSelectActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="orientation|screenLayout|screenSize|smallestScreenSize" />
<activity android:name="com.cmbchina.cmf.ui.preview.PicturePreviewActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="orientation|screenLayout|screenSize|smallestScreenSize" />
<meta-data android:name="com.cmbchina.cmf.guideVersion" android:value="1" />
<activity android:label="" android:name="com.cmbchina.cmf.plugins.faceidentification.FaceIdentificationActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="orientation|screenLayout|screenSize|smallestScreenSize" />
<activity android:name="com.cmbchina.cmf.plugins.faceidentification.FaceAuthNotifyActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="orientation|screenLayout|screenSize|smallestScreenSize" />
<meta-data android:name="com.cmbchina.cmf.faceIdentificationUrl" android:value="4" />
<meta-data android:name="com.cmbchina.cmf.face.os" android:value="\ 505434719404490752" />
<meta-data android:name="com.cmbchina.cmf.face.os.gongan" android:value="" />
<meta-data android:name="com.cmbchina.cmf.liveness" android:value="2" />
<meta-data android:name="com.cmbchina.cmf.face.os.sm2Key" android:value="5GNdTJrlgAm+11gRdUYsXNZ1J+D7IUKGPV0ePhhrprJEREQsueYVtfkFSPcNjkS3R8o8tY0QrwQ0Rt3vpLy0ky0dJHV41QXbGEjfekwVoGH0kn3TbDGVCnADW9H8Z9NI" />
<meta-data android:name="com.cmbchina.cmf.face.os.sm2KeyVersion" android:value="V1" />
<meta-data android:name="com.cmbchina.cmf.face.os.agreement" android:value="" />
<meta-data android:name="com.cmbchina.cmf.face.os.agreement.version" android:value="1.0" />
<meta-data android:name="com.cmbchina.cmf.patternEncryptType" android:value="SM2" />
<activity android:name="com.cmbchina.cmf.plugins.patternlock.ui.PatternLockActivity" android:exported="false" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="orientation|screenLayout|screenSize|smallestScreenSize" />
<activity android:name="com.cmbchina.cmf.plugins.patternlock.ui.VerifyPatternLockActivity" android:exported="false" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="orientation|screenLayout|screenSize|smallestScreenSize" />
<activity android:name="com.cmbchina.cmf.plugins.patternlock.ui.SettingPatternLockActivity" android:exported="false" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="orientation|screenLayout|screenSize|smallestScreenSize" />
<activity android:name="com.cmbchina.cmf.plugins.patternlock.ui.YwtLoginPatternLockActivity" android:exported="false" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="orientation|screenLayout|screenSize|smallestScreenSize" />
<activity android:name="com.cmbchina.cmf.core.ui.popupwebview.PopupWebViewActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="keyboardHidden|navigation|orientation|screenLayout|screenSize|smallestScreenSize" android:hardwareAccelerated="true" />
<activity android:name="com.cmbchina.cmf.core.ui.webcontaineractivity.WebContainerViewActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="keyboardHidden|navigation|orientation|screenLayout|screenSize|smallestScreenSize" android:hardwareAccelerated="true" />
<activity android:name="com.cmbchina.cmf.core.ui.NetErrActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="keyboardHidden|navigation|orientation|screenLayout|screenSize|smallestScreenSize" />
<activity android:theme="@style/SplashTheme" android:name="com.cmbchina.cmf.core.ui.scheme.SchemeActivity" android:exported="true" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="orientation|screenLayout|screenSize|smallestScreenSize">
<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="" android:host="" android:path="" />
</intent-filter>
</activity>
<activity android:theme="@style/SplashTheme" android:name="com.cmbchina.cmf.core.ui.share.ShareActivity" android:exported="true" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="orientation|screenLayout|screenSize|smallestScreenSize">
<intent-filter>
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="text/*" />
</intent-filter>
</activity>
<activity android:theme="@style/SplashTheme" android:name="com.cmbchina.cmf.core.ui.shortcuts.ShortcutsActivity" android:exported="false" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="orientation|screenLayout|screenSize|smallestScreenSize" />
<meta-data android:name="com.cmbchina.cmf.enableOnClick" android:value="true" />
<meta-data android:name="com.cmbchina.cmf.enableProgressBar" android:value="false" />
<meta-data android:name="com.cmbchina.cmf.progressBarColor" android:value="0xFF248CE0" />
<meta-data android:name="com.cmbchina.cmf.webviewNavigationBar" android:value="false" />
<meta-data android:name="com.cmbchina.cmf.ipEnabled" android:value="true" />
<meta-data android:name="com.cmbchina.cmf.webview.trustSsl" android:value="true" />
<meta-data android:name="com.cmbchina.cmf.webview.mixedContent.allowed" android:value="true" />
<meta-data android:name="com.cmbchina.cmf.ipChangeRelogin" android:value="true" />
<meta-data android:name="com.cmbchina.cmf.networkErrorShowUrl" android:value="true" />
<meta-data android:name="com.cmbchina.cmf.showNativeAgreement" android:value="true" />
<meta-data android:name="com.cmbchina.cmf.wxPayRefererUrl" android:value="" />
<meta-data android:name="com.cmbchina.cmf.h5OfflineSwitch" android:value="false" />
<meta-data android:name="com.cmbchina.cmf.ad.duration" android:value="3" />
<meta-data android:name="com.cmbchina.cmf.ad.skip.visible" android:value="false" />
<meta-data android:name="com.cmbchina.cmf.showExtraIcon" android:value="false" />
<meta-data android:name="com.cmbchina.cmf.applicationId" android:value="com.cmbchinawm.ds" />
<meta-data android:name="com.cmbchina.cmf.enableScreenCapture" android:value="false" />
<meta-data android:name="com.cmbchina.cmf.transparentForWindow" android:value="true" />
<meta-data android:name="com.cmbchina.cmf.bffUrl" android:value="https://openbanking.cmbchina.com/cmf/bffacap/" />
<meta-data android:name="com.cmbchina.cmf.versionCode" android:value="34" />
<meta-data android:name="com.cmbchina.cmf.versionName" android:value="1.30.1" />
<meta-data android:name="com.cmbchina.cmf.systemId" android:value="CZYLC001" />
<meta-data android:name="com.cmbchina.cmf.webviewDefaultUrl" android:value="file:///android_asset/www/index.html" />
<meta-data android:name="com.cmbchina.cmf.DESKey" android:value="" />
<meta-data android:name="com.cmbchina.cmf.commonSM2Key" android:value="xBHf2+BLgSGcGE9LUZXQN6C7HNxk56HYlKEYAOIJhumiwMGPKuOwH1vXDcKQN29QrxUnmoXr81XfOX2S+/vzAA9wGVnbqnyvo+BRapV9nsXtT3wfBwmkTe3FzkvmkQFd" />
<meta-data android:name="com.cmbchina.cmf.localSM4EncryptKey" android:value="724aef78afe2997fffb38ef1b31782120c99abbdb4b1e9f06eb82fd833d126cb9818b9220906409fc5936cb54dba610e694d1700ca7b6578e1283c493667f5f3176c560116d33428d994801c579a34299b6b7fbac26e079d6c0bd397c0a4bda4fa792bcff532b163f83a5b30c32fd66642981210b72e9118d812293fede678870e2fa37f" />
<meta-data android:name="com.cmbchina.cmf.localSM4DecryptKey" android:value="0997e102616defc8910f94256a18308d186cc36fe6b1206a7723cf148f66175f89c545c74ead3465b738f115d0fce12d76a206e92aef350bedb506536b5e41a87997a0476d5ba2639cb3ea5f966ab0e6b6548fda03870eb2e4262b61a1a49e09a31281ed2f42f3534f200ab7046c366a1d337b9f70b05919df1b45be8837dc9e150d75dd" />
<meta-data android:name="com.cmbchina.cmf.localSM4KeyVersion" android:value="1.1" />
<meta-data android:name="com.cmbchina.cmf.bffSM4EncryptKey" android:value="f8affef27e8ba4a18bd2d336cc26d77f7df07b211de6713fa49a78550285be6f981e81fcd2980b70ecc56d2aaf8b70da994a3f36a0ea5875330165b92909522d332d1513d6cd6ee7517f7e9c6b211214d55db82578de94a0d4483e78ab2e2229b6b7dd12ffa0da2e096f858cdc8b972f439adbcad52baab0648e5316fe8ad792e2840bdb" />
<meta-data android:name="com.cmbchina.cmf.bffSM4DecryptKey" android:value="c0c4ebcbc946b5f0757de4c78df28f21e631d4450e75f65ff5f14d183cb3e37f7449f7bd41cbd9235832841c41b91533977a484fe69fd80e3e082781a61bbc75e3d716caa61a20861eb58e1c00050354ebddb32076303d015a5108f179ea98bfe3fc1787751ae1d78f6a553c4df8baa436e2091230c196aafd82cd9078c86d03357c49ea" />
<meta-data android:name="com.cmbchina.cmf.bffSM4KeyVersion" android:value="1.1" />
<meta-data android:name="com.cmbchina.cmf.appSK" android:value="GcN8G0VfmMQvYp08bFYNgxuiTh67rX86yfFv7qtHkJmSp0/EAPwIwDcD0cp78+5/" />
<meta-data android:name="com.cmbchina.cmf.appPK" android:value="ZB0rVhbzi4uObrlnbpUgLrBZ8SvVUa39akz9Vyojz5+XVDNjGrahmeewi6yIc2St" />
<meta-data android:name="com.cmbchina.cmf.appHK" android:value="k8c4/Zi35Rv1UF5DK/29NxUBjLPfrFypVNFDnNKMlLYeg/m0vOM06VopDbJ57+5wMrkqMRwNNWETTA8BA/q2mOCthgEggANh0j4l4Y+pTb9vk30+MGwd7oOErXYalgfU" />
<meta-data android:name="com.cmbchina.cmf.appH5HK" android:value="" />
<meta-data android:name="com.cmbchina.cmf.js.sm2PrivateKey" android:value="" />
<meta-data android:name="com.cmbchina.cmf.js.sm2PublicKey" android:value="" />
<meta-data android:name="com.cmbchina.cmf.app.debug" android:value="false" />
<meta-data android:name="com.cmbchina.cmf.enableSSLPinning" android:value="true" />
<meta-data android:name="com.cmbchina.cmf.enableRestrictedTls" android:value="true" />
<meta-data android:name="com.cmbchina.cmf.app.log" android:value="false" />
<meta-data android:name="com.cmbchina.cmf.bff.appid" android:value="c5f4e877-418e-429f-8d41-f70545c763bc" />
<meta-data android:name="com.cmbchina.cmf.openAD" android:value="true" />
<meta-data android:name="com.cmbchina.cmf.webview.textZoom" android:value="true" />
<meta-data android:name="com.cmbchina.cmf.patternRSAKey" android:value="" />
<meta-data android:name="com.cmbchina.cmf.deployUnitId" android:value="LX09.02_DirectSales_Android_PROD" />
<meta-data android:name="com.cmbchina.cmf.serviceUnitId" android:value="LX09.02@DirectSales_Android_PROD_PRD_PRD" />
<meta-data android:name="com.cmbchina.cmf.isSMAlgorithm" android:value="true" />
<meta-data android:name="com.cmbchina.cmf.sha256_open_api_key" android:value="" />
<meta-data android:name="com.cmbchina.cmf.isDelayInit" android:value="false" />
<meta-data android:name="com.cmbchina.cmf.isCommonUpdateDialog" android:value="true" />
<meta-data android:name="com.cmbchina.cmf.notShowUpdateDialog" android:value="true" />
<meta-data android:name="com.cmbchina.cmf.showJYWindow" android:value="false" />
<provider android:name="androidx.core.content.FileProvider" android:exported="false" android:authorities="com.cmbchinawm.ds.fileprovider" android:grantUriPermissions="true">
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths" />
</provider>
<provider android:name="com.luck.picture.lib.basic.PictureFileProvider" android:exported="false" android:authorities="com.cmbchinawm.ds.luckProvider" android:grantUriPermissions="true">
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/ps_file_paths" />
</provider>
<service android:name="com.luck.picture.lib.service.ForegroundService" android:enabled="true" android:foregroundServiceType="location" />
<activity android:theme="@style/Base.Theme.NoActionBar" android:name="com.luck.picture.lib.basic.PictureSelectorSupporterActivity" android:configChanges="keyboardHidden|orientation|screenSize" />
<activity android:theme="@style/Picture.Theme.Translucent" android:name="com.luck.picture.lib.basic.PictureSelectorTransparentActivity" android:configChanges="keyboardHidden|orientation|screenSize" />
<activity android:theme="@style/Base.Theme.NoActionBar" android:name="com.luck.lib.camerax.PictureCameraActivity" android:configChanges="keyboardHidden|orientation|screenSize" />
<activity android:theme="@style/Theme.AppCompat.Light.NoActionBar" android:name="com.yalantis.ucrop.UCropActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" />
<activity android:theme="@style/Theme.AppCompat.Light.NoActionBar" android:name="com.yalantis.ucrop.UCropMultipleActivity" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" />
<activity android:name="com.cmbchina.ailab.docscanner.activity.ScannerActivity" android:screenOrientation="portrait" />
<service android:name="androidx.work.impl.background.systemalarm.SystemAlarmService" android:enabled="@bool/enable_system_alarm_service_default" android:exported="false" android:directBootAware="false" />
<service android:name="androidx.work.impl.background.systemjob.SystemJobService" android:permission="android.permission.BIND_JOB_SERVICE" android:enabled="@bool/enable_system_job_service_default" android:exported="true" android:directBootAware="false" />
<service android:name="androidx.work.impl.foreground.SystemForegroundService" android:enabled="@bool/enable_system_foreground_service_default" android:exported="false" android:directBootAware="false" />
<receiver android:name="androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver" android:enabled="true" android:exported="false" android:directBootAware="false" />
<receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy" android:enabled="false" android:exported="false" android:directBootAware="false">
<intent-filter>
<action android:name="android.intent.action.ACTION_POWER_CONNECTED" />
<action android:name="android.intent.action.ACTION_POWER_DISCONNECTED" />
</intent-filter>
</receiver>
<receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy" android:enabled="false" android:exported="false" android:directBootAware="false">
<intent-filter>
<action android:name="android.intent.action.BATTERY_OKAY" />
<action android:name="android.intent.action.BATTERY_LOW" />
</intent-filter>
</receiver>
<receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy" android:enabled="false" android:exported="false" android:directBootAware="false">
<intent-filter>
<action android:name="android.intent.action.DEVICE_STORAGE_LOW" />
<action android:name="android.intent.action.DEVICE_STORAGE_OK" />
</intent-filter>
</receiver>
<receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy" android:enabled="false" android:exported="false" android:directBootAware="false">
<intent-filter>
<action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
</intent-filter>
</receiver>
<receiver android:name="androidx.work.impl.background.systemalarm.RescheduleReceiver" android:enabled="false" android:exported="false" android:directBootAware="false">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
<action android:name="android.intent.action.TIME_SET" />
<action android:name="android.intent.action.TIMEZONE_CHANGED" />
</intent-filter>
</receiver>
<receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver" android:enabled="@bool/enable_system_alarm_service_default" android:exported="false" android:directBootAware="false">
<intent-filter>
<action android:name="androidx.work.impl.background.systemalarm.UpdateProxies" />
</intent-filter>
</receiver>
<receiver android:name="androidx.work.impl.diagnostics.DiagnosticsReceiver" android:permission="android.permission.DUMP" android:enabled="true" android:exported="true" android:directBootAware="false">
<intent-filter>
<action android:name="androidx.work.diagnostics.REQUEST_DIAGNOSTICS" />
</intent-filter>
</receiver>
<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.cmbchinawm.ds.utilcode.fileprovider" 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.cmbchinawm.ds.messenger" />
</intent-filter>
</service>
<activity android:name="com.cmbchina.ailab.face.ui.FaceRecognitionActivity" android:screenOrientation="portrait" />
<service android:name="androidx.room.MultiInstanceInvalidationService" android:exported="false" android:directBootAware="true" />
<service android:name="androidx.camera.core.impl.MetadataHolderService" android:enabled="false" android:exported="false">
<meta-data android:name="androidx.camera.core.impl.MetadataHolderService.DEFAULT_CONFIG_PROVIDER" android:value="androidx.camera.camera2.Camera2Config$DefaultProvider" />
</service>
<provider android:name="com.secneo.apkwrapper.CP" android:exported="false" android:authorities="com.cmbchinawm.ds.CP" android:initOrder="2147483647" />
</application>
</manifest>