MD5 校验值:290b0e4cd89c7a20355df0a13ec24559
造梦次元 v1.1.73 -- AndroidManifest.xml 文件包含反编译后的源代码,请注意,该内容仅供学习和参考使用,不得用于非法用途。
<?xml version="1.0" encoding="utf-8"?> <manifest android:versionCode="20240523" android:versionName="1.1.73" android:compileSdkVersion="34" android:compileSdkVersionCodename="14" package="com.ideaflow.zmcy" platformBuildVersionCode="34" platformBuildVersionName="14" xmlns:android="http://schemas.android.com/apk/res/android"> <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="34" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> <uses-permission android:name="android.permission.CAMERA" /> <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.RECORD_AUDIO" /> <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" /> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> <uses-permission android:name="android.permission.READ_MEDIA_IMAGES" /> <uses-permission android:name="android.permission.READ_MEDIA_VIDEO" /> <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> <uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" /> <uses-permission android:name="android.permission.READ_PHONE_STATE" /> <uses-permission android:name="android.permission.POST_NOTIFICATIONS" /> <uses-permission android:name="android.permission.VIBRATE" /> <uses-permission android:name="com.huawei.android.launcher.permission.CHANGE_BADGE" /> <uses-permission android:name="com.hihonor.android.launcher.permission.CHANGE_BADGE" /> <uses-permission android:name="com.vivo.notification.permission.BADGE_ICON" /> <uses-permission android:name="com.ideaflow.zmcy.permission.JPUSH_MESSAGE" /> <permission android:name="com.ideaflow.zmcy.permission.JPUSH_MESSAGE" android:protectionLevel="signature" /> <uses-feature android:name="android.hardware.camera" /> <uses-feature android:name="android.hardware.camera.autofocus" /> <uses-feature android:name="android.hardware.camera.any" /> <queries> <package android:name="com.tencent.mm" /> <package android:name="com.tencent.mobileqq" /> <intent> <action android:name="android.media.action.IMAGE_CAPTURE" /> </intent> <intent> <action android:name="android.intent.action.GET_CONTENT" /> <category android:name="android.intent.category.OPENABLE" /> <data android:mimeType="*/*" /> </intent> <intent> <action android:name="com.hihonor.push.action.BIND_PUSH_SERVICE" /> </intent> <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> <uses-permission android:name="com.hihonor.push.permission.READ_PUSH_NOTIFICATION_INFO" /> <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" android:maxSdkVersion="32" /> <permission android:name="com.ideaflow.zmcy.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" android:protectionLevel="signature" /> <uses-permission android:name="com.ideaflow.zmcy.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" /> <uses-permission android:name="com.google.android.gms.permission.AD_ID" /> <permission android:name="com.ideaflow.zmcy.permission.MIPUSH_RECEIVE" android:protectionLevel="signature" /> <uses-permission android:name="com.ideaflow.zmcy.permission.MIPUSH_RECEIVE" /> <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.ideaflow.zmcy.permission.PROCESS_PUSH_MSG" android:protectionLevel="signature" /> <permission android:name="com.ideaflow.zmcy.permission.PUSH_PROVIDER" android:protectionLevel="signature" /> <permission android:name="com.ideaflow.zmcy.permission.PUSH_WRITE_PROVIDER" android:protectionLevel="signature" /> <uses-permission android:name="com.ideaflow.zmcy.permission.PROCESS_PUSH_MSG" /> <uses-permission android:name="com.ideaflow.zmcy.permission.PUSH_PROVIDER" /> <application android:theme="@style/Theme.Zmcy" android:label="@string/app_name" android:icon="@mipmap/ic_launcher" android:name="com.ideaflow.zmcy.App" android:allowBackup="true" android:supportsRtl="true" android:extractNativeLibs="true" android:fullBackupContent="@xml/backup_rules" android:networkSecurityConfig="@xml/network_security_config" android:appComponentFactory="androidx.core.app.CoreComponentFactory" android:dataExtractionRules="@xml/data_extraction_rules"> <meta-data android:name="ScopedStorage" android:value="true" /> <activity android:theme="@style/Theme.Zmcy.SplashScreen" android:name="com.ideaflow.zmcy.module.splash.SplashActivity" android:exported="true" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenSize"> <intent-filter> <action android:name="action.open.pipe" /> </intent-filter> <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> <intent-filter android:autoVerify="true"> <action android:name="android.intent.action.VIEW" /> <category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.BROWSABLE" /> <data android:scheme="https" /> <data android:host="app.ideaflow.pro" /> </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="um.65aa6fc295b14f599d1a2c32" /> </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="ciyuan" /> <data android:host="*.ideaflow.pro" /> </intent-filter> </activity> <activity android:name="com.ideaflow.zmcy.module.main.MainActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenSize" /> <activity android:name="com.ideaflow.zmcy.Test" android:exported="false" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenSize" /> <activity android:theme="@style/Theme.Zmcy.Dark" android:name="com.ideaflow.zmcy.common.ShowPhotoActivity" android:exported="false" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenSize" /> <activity android:theme="@style/Theme.Zmcy.Dark" android:name="com.ideaflow.zmcy.common.ShowVideoActivity" android:exported="false" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenSize" /> <activity android:name="com.ideaflow.zmcy.module.cartoon.CartoonDetailInfoActivity" android:exported="false" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenSize" /> <activity android:name="com.ideaflow.zmcy.module.cartoon.MyFollowedCartoonActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenSize" /> <activity android:name="com.ideaflow.zmcy.module.login.DeleteUserActivity" android:exported="false" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenSize" /> <activity android:name="com.ideaflow.zmcy.module.search.SearchActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenSize" /> <activity android:name="com.ideaflow.zmcy.module.user.AccountSettingActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenSize" /> <activity android:name="com.ideaflow.zmcy.module.report.ReportIssueActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenSize" /> <activity android:name="com.ideaflow.zmcy.module.user.UserHomeActivity" android:exported="false" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenSize" /> <activity android:name="com.ideaflow.zmcy.module.web.ShowWebActivity" android:exported="false" android:launchMode="singleTop" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenSize" /> <activity android:theme="@style/Theme.Zmcy.Chat" android:name="com.ideaflow.zmcy.module.chat.ChatDetailActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenSize" android:windowSoftInputMode="adjustResize" /> <activity android:theme="@style/Theme.Zmcy.Dark" android:name="com.ideaflow.zmcy.module.user.CropImageActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenSize" /> <activity android:name="com.ideaflow.zmcy.wxapi.WXEntryActivity" android:exported="true" android:taskAffinity="com.ideaflow.zmcy" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenSize" /> <activity android:name="com.ideaflow.zmcy.module.login.QQLoginActivity" android:exported="true" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|orientation|screenSize" /> <activity android:theme="@style/CustomSSImagePicker" android:name="com.app.imagepickerlibrary.ui.activity.ImagePickerActivity" android:exported="false" android:screenOrientation="portrait" android:configChanges="orientation|screenSize" /> <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="tencent1112269509" /> </intent-filter> </activity> <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.tencent.connect.common.AssistActivity" android:exported="true" android:screenOrientation="behind" android:configChanges="keyboardHidden|orientation|screenSize" /> <service android:name="com.ideaflow.zmcy.push.UserService" 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.ideaflow.zmcy.push.PushMessageService" android:enabled="true" android:exported="false"> <intent-filter> <action android:name="cn.jpush.android.intent.SERVICE_MESSAGE" /> <category android:name="com.ideaflow.zmcy" /> </intent-filter> </service> <provider android:name="androidx.core.content.FileProvider" android:exported="false" android:authorities="com.ideaflow.zmcy.fileProvider" android:grantUriPermissions="true"> <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_path" /> </provider> <meta-data android:name="sdkVersion" android:value="3400" /> <meta-data android:name="com.hihonor.push.sdk_version" android:value="7.0.61.302" /> <provider android:name="com.app.imagepickerlibrary.ImagePickerFileProvider" android:exported="false" android:authorities="com.ideaflow.zmcy.com.app.imagepickerlibrary.provider" android:grantUriPermissions="true"> <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_path" /> </provider> <activity android:theme="@style/Theme.AppCompat.Light.NoActionBar" android:name="com.yalantis.ucrop.UCropActivity" android:screenOrientation="portrait" /> <provider android:name="com.canhub.cropper.CropFileProvider" android:exported="false" android:authorities="com.ideaflow.zmcy.cropper.fileprovider" android:grantUriPermissions="true"> <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/library_file_paths" /> </provider> <activity android:name="com.canhub.cropper.CropImageActivity" android:exported="true" /> <meta-data android:name="com.bumptech.glide.integration.webp.WebpGlideModule" android:value="GlideModule" /> <provider android:name="androidx.startup.InitializationProvider" android:exported="false" android:authorities="com.ideaflow.zmcy.androidx-startup"> <meta-data android:name="androidx.emoji2.text.EmojiCompatInitializer" android:value="androidx.startup" /> <meta-data android:name="androidx.lifecycle.ProcessLifecycleInitializer" android:value="androidx.startup" /> <meta-data android:name="androidx.profileinstaller.ProfileInstallerInitializer" android:value="androidx.startup" /> </provider> <receiver android:name="androidx.profileinstaller.ProfileInstallReceiver" android:permission="android.permission.DUMP" android:enabled="true" android:exported="true" android:directBootAware="false"> <intent-filter> <action android:name="androidx.profileinstaller.action.INSTALL_PROFILE" /> </intent-filter> <intent-filter> <action android:name="androidx.profileinstaller.action.SKIP_FILE" /> </intent-filter> <intent-filter> <action android:name="androidx.profileinstaller.action.SAVE_PROFILE" /> </intent-filter> <intent-filter> <action android:name="androidx.profileinstaller.action.BENCHMARK_OPERATION" /> </intent-filter> </receiver> <activity android:theme="@style/MyDialogStyle" 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.ideaflow.zmcy" /> </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.ideaflow.zmcy" /> </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.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.ideaflow.zmcy" /> </intent-filter> </receiver> <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.ideaflow.zmcy.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.ideaflow.zmcy" /> </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.ideaflow.zmcy" /> </intent-filter> </activity> <receiver android:name="cn.jpush.android.asus.AsusPushMessageReceiver" android:exported="false" /> <meta-data android:name="JPUSH_CHANNEL" android:value="developer-default" /> <meta-data android:name="JPUSH_APPKEY" android:value="19e4b2504d48cadac50831b1" /> <provider android:name="cn.jpush.android.service.InitProvider" android:exported="false" android:authorities="com.ideaflow.zmcy.jiguang.InitProvider" /> <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="push_kit_auto_init_enabled" android:value="false" /> <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="488" /> <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.support_monitor" android:value="1" /> <meta-data android:name="com.vivo.push.api_key" android:value="492b1bcc2043c4d070dae18dbb01bbcc" /> <meta-data android:name="com.vivo.push.app_id" android:value="105713514" /> <meta-data android:name="XIAOMI_APPID" android:value="MI-2882303761520290464" /> <meta-data android:name="XIAOMI_APPKEY" android:value="MI-5372029094464" /> <meta-data android:name="MIPUSH_SDK_VERSION_CODE" android:value="50909" /> <meta-data android:name="MIPUSH_SDK_VERSION_NAME" android:value="5_9_9-C" /> <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.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.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> <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-6bc96f2a6d10453db668d03e6916a24c" /> <meta-data android:name="OPPO_APPID" android:value="OP-31490243" /> <meta-data android:name="OPPO_APPSECRET" android:value="OP-b9af60183d88422cac704c364957f510" /> <service android:name="cn.jpush.android.service.JHonorService" android:exported="false"> <intent-filter> <action android:name="com.hihonor.push.action.MESSAGING_EVENT" /> </intent-filter> </service> <meta-data android:name="com.hihonor.push.app_id" android:value="104431783" /> <receiver android:name="com.huawei.hms.support.api.push.PushMsgReceiver" android:permission="com.ideaflow.zmcy.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.ideaflow.zmcy.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.ideaflow.zmcy.permission.PUSH_PROVIDER" android:writePermission="com.ideaflow.zmcy.permission.PUSH_WRITE_PROVIDER" android:exported="true" android:authorities="com.ideaflow.zmcy.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" /> <provider android:name="com.huawei.hms.aaid.InitProvider" android:exported="false" android:authorities="com.ideaflow.zmcy.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.ideaflow.zmcy.AGCInitializeProvider" /> <service android:name="com.huawei.agconnect.core.ServiceDiscovery" android:exported="false" /> <meta-data android:name="com.huawei.hms.client.appid" android:value="appid=110044803" /> </application> </manifest>