当前分析文件:Yo信 v3.13 -- AndroidManifest.xml
本分析报告仅用于安全研究目的,禁止用于任何非法用途。所有操作均需遵守当地法律法规。
当前分析文件:Yo信 v3.13 -- AndroidManifest.xml
本分析报告仅用于安全研究目的,禁止用于任何非法用途。所有操作均需遵守当地法律法规。
<?xml version="1.0" encoding="utf-8"?>
<manifest android:versionCode="43" android:versionName="3.13" android:compileSdkVersion="33" android:compileSdkVersionCodename="13" package="com.cmcim.yoxin.mobile" platformBuildVersionCode="33" platformBuildVersionName="13"
xmlns:android="http://schemas.android.com/apk/res/android">
<uses-sdk android:minSdkVersion="23" android:targetSdkVersion="30" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<permission android:name="com.cmcim.yoxin.mobile.permission.MIPUSH_RECEIVE" android:protectionLevel="signature" />
<uses-permission android:name="com.cmcim.yoxin.mobile.permission.MIPUSH_RECEIVE" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
<uses-permission android:name="android.permission.DISABLE_KEYGUARD" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.READ_MEDIA_IMAGES" />
<uses-permission android:name="android.permission.RECORD_VIDEO" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-feature android:name="android.hardware.location.gps" />
<uses-permission android:name="android.permission.FLASHLIGHT" />
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
<uses-permission android:name="android.permission.READ_CONTACTS" />
<queries>
<intent>
<action android:name="android.support.customtabs.action.CustomTabsService" />
</intent>
<intent>
<action android:name="android.media.action.IMAGE_CAPTURE" />
</intent>
<package android:name="com.huawei.android.pushagent" />
<intent>
<action android:name="com.hihonor.push.action.BIND_PUSH_SERVICE" />
</intent>
<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="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.USE_BIOMETRIC" />
<uses-permission android:name="android.permission.USE_FINGERPRINT" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="com.sec.android.provider.badge.permission.READ" />
<uses-permission android:name="com.sec.android.provider.badge.permission.WRITE" />
<uses-permission android:name="com.huawei.android.launcher.permission.CHANGE_BADGE " />
<permission android:name="com.cmcim.yoxin.mobile.permission.PROCESS_PUSH_MSG" android:protectionLevel="signature" />
<permission android:name="com.cmcim.yoxin.mobile.permission.PUSH_PROVIDER" android:protectionLevel="signature" />
<permission android:name="com.cmcim.yoxin.mobile.permission.PUSH_WRITE_PROVIDER" android:protectionLevel="signature" />
<uses-permission android:name="com.cmcim.yoxin.mobile.permission.PROCESS_PUSH_MSG" />
<uses-permission android:name="com.cmcim.yoxin.mobile.permission.PUSH_PROVIDER" />
<permission android:name="com.cmcim.yoxin.mobile.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" android:protectionLevel="signature" />
<uses-permission android:name="com.cmcim.yoxin.mobile.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" />
<uses-permission android:name="com.hihonor.push.permission.READ_PUSH_NOTIFICATION_INFO" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="android.permission.READ_PRIVILEGED_PHONE_STATE" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.USE_EXACT_ALARM" />
<uses-permission android:name="android.permission.SCHEDULE_EXACT_ALARM" />
<uses-permission android:name="android.permission.BROADCAST_STICKY" />
<uses-permission android:name="android.permission.BLUETOOTH" />
<application android:theme="@style/AppTheme" android:label="@string/app_name" android:icon="@mipmap/ic_launcher" android:name="com.cmcim.uya.capacitor.upush.plugin.YXApplication" android:allowBackup="true" android:largeHeap="true" android:supportsRtl="true" android:extractNativeLibs="false" android:usesCleartextTraffic="true" android:roundIcon="@mipmap/ic_launcher_round" android:appComponentFactory="androidx.core.app.CoreComponentFactory" android:requestLegacyExternalStorage="true">
<activity android:label="@string/title_activity_main" android:name="com.cmcim.yoxin.mobile.MainActivity" android:exported="true" android:launchMode="singleTask" android:screenOrientation="portrait" android:configChanges="keyboard|keyboardHidden|locale|orientation|screenLayout|screenSize|smallestScreenSize|uiMode">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<provider android:name="androidx.core.content.FileProvider" android:exported="false" android:authorities="com.cmcim.yoxin.mobile.fileprovider" android:grantUriPermissions="true">
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths" />
</provider>
<receiver android:name="com.cmcim.uya.capacitor.upush.plugin.receiver.UyaMessageReceiver" android:exported="true">
<intent-filter>
<action android:name="com.cmcim.yoxin.mobile.UPushApiEvent" />
</intent-filter>
</receiver>
<meta-data android:name="com.xiaomi.mipush.app_key" android:value="\ 5192029927343" />
<meta-data android:name="com.xiaomi.mipush.app_id" android:value="\ 2882303761520299343" />
<meta-data android:name="com.heytap.msp.push.app_key" android:value="11e2efa6311a444f932db6c8e9743a83" />
<meta-data android:name="com.heytap.msp.push.app_secret" android:value="9d2a4c7848894c6c89462224a929d006" />
<meta-data android:name="com.vivo.push.api_key" android:value="a87d77263804ca293ccc59f5cf9a639d" />
<meta-data android:name="com.vivo.push.app_id" android:value="\ 105751499" />
<meta-data android:name="com.hihonor.push.app_id" android:value="\ 104454549" />
<activity android:theme="@style/Theme.Android.Fullscreen" android:label="@string/uprtc_name" android:name="com.cmcim.uya.capacitor.uprtc.plugin.RTCMainActivity" android:exported="true" android:screenOrientation="portrait" android:configChanges="keyboardHidden|orientation|screenSize" />
<activity android:theme="@style/AppTheme.NoActionBarLaunch" android:label="@string/select_target" android:name="com.cmcim.uya.capacitor.uprtc.plugin.SelectTargetActivity" android:exported="true" android:launchMode="singleTask" android:configChanges="keyboard|keyboardHidden|locale|orientation|screenLayout|screenSize|smallestScreenSize|uiMode" />
<service android:name="com.cmcim.uya.capacitor.uprtc.plugin.service.CallService" />
<activity android:theme="@style/CameraScanTheme" android:name="com.cmcim.uya.capacitor.common.QRCodeScanActivity" android:screenOrientation="portrait" />
<activity android:theme="@style/VideoRecordTheme" android:name="com.cmcim.uya.capacitor.common.VideoRecordActivity" android:screenOrientation="portrait" />
<receiver android:name="com.capacitorjs.plugins.localnotifications.TimedNotificationPublisher" />
<receiver android:name="com.capacitorjs.plugins.localnotifications.NotificationDismissReceiver" />
<receiver android:name="com.capacitorjs.plugins.localnotifications.LocalNotificationRestoreReceiver" android:exported="false" android:directBootAware="true">
<intent-filter>
<action android:name="android.intent.action.LOCKED_BOOT_COMPLETED" />
<action android:name="android.intent.action.BOOT_COMPLETED" />
<action android:name="android.intent.action.QUICKBOOT_POWERON" />
</intent-filter>
</receiver>
<service android:name="ee.forgr.capacitor_updater.DownloadService" />
<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.XMPushService" android:enabled="true" android:process=":pushservice" />
<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.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=":pushservice">
<intent-filter>
<action android:name="com.xiaomi.push.PING_TIMER" />
</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>
<receiver android:name="com.cmcim.upush.android.sdk.xiaomi.receive.XiaoMiMessageReceiver" 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>
<meta-data android:name="com.huawei.hms.client.channel.androidMarket" android:value="false" />
<service android:name="com.cmcim.upush.android.sdk.huawei.service.UHmsMessageService" android:exported="false">
<intent-filter>
<action android:name="com.huawei.push.action.MESSAGING_EVENT" />
</intent-filter>
</service>
<receiver android:name="com.huawei.hms.support.api.push.PushMsgReceiver" android:permission="com.cmcim.yoxin.mobile.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.cmcim.yoxin.mobile.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.cmcim.yoxin.mobile.permission.PUSH_PROVIDER" android:writePermission="com.cmcim.yoxin.mobile.permission.PUSH_WRITE_PROVIDER" android:exported="true" android:authorities="com.cmcim.yoxin.mobile.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="sdkVersion" android:value="3400" />
<service android:name="com.cmcim.upush.android.sdk.oppo.service.OppoMessageService" android:permission="com.heytap.mcs.permission.RECEIVE_PUSH_MESSAGE">
<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>
<service android:name="com.cmcim.upush.android.sdk.oppo.service.OppoMessageQBeforeService" android:permission="com.coloros.mcs.permission.RECEIVE_MCS_MESSAGE">
<intent-filter>
<action android:name="com.coloros.mcs.action.RECEIVE_MCS_MESSAGE" />
</intent-filter>
</service>
<provider android:name="androidx.startup.InitializationProvider" android:exported="false" android:authorities="com.cmcim.yoxin.mobile.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>
<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>
<service android:name="androidx.room.MultiInstanceInvalidationService" android:exported="false" android:directBootAware="true" />
<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>
<meta-data android:name="sdk_version_vivo" android:value="504" />
<service android:name="com.vivo.push.sdk.service.CommandClientService" android:permission="com.push.permission.UPSTAGESERVICE" android:exported="true" />
<meta-data android:name="local_iv" android:value="MzMsMzQsMzUsMzYsMzcsMzgsMzksNDAsNDEsMzIsMzgsMzcsMzYsMzUsMzQsMzMsI0AzNCwzMiwzMywzNywzMywzNCwzMiwzMywzMywzMywzNCw0MSwzNSwzNSwzMiwzMiwjQDMzLDM0LDM1LDM2LDM3LDM4LDM5LDQwLDQxLDMyLDM4LDM3LDMzLDM1LDM0LDMzLCNAMzQsMzIsMzMsMzcsMzMsMzQsMzIsMzMsMzMsMzMsMzQsNDEsMzUsMzIsMzIsMzI" />
<meta-data android:name="com.vivo.push.support_monitor" android:value="1" />
<receiver android:name="com.cmcim.upush.android.sdk.vivo.receiver.PushMessageReceiverImpl" android:exported="false">
<intent-filter>
<action android:name="com.vivo.pushclient.action.RECEIVE" />
</intent-filter>
</receiver>
<meta-data android:name="com.hihonor.push.sdk_version" android:value="7.0.61.303" />
<service android:name="com.cmcim.upush.android.sdk.honor.service.UHonorMsgService" android:exported="false">
<intent-filter>
<action android:name="com.hihonor.push.action.MESSAGING_EVENT" />
</intent-filter>
</service>
<activity android:theme="@style/UPushTheme" android:name="com.cmcim.upush.android.sdk.UPushActivity" android:exported="true">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<action android:name="com.cmcim.upush.android.sdk.UPushActivity" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="upush" android:host="com.cmcim.upush.android.sdk" android:path="/deeplink" />
</intent-filter>
</activity>
<activity android:theme="@style/UPushTheme" android:name="com.cmcim.upush.android.sdk.UPushActivity1" android:exported="true">
<intent-filter>
<action android:name="upush.action.NOTIFICATION_CLICKED" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<service android:name="com.cmcim.upush.android.sdk.service.UPushService" android:permission="com.cmcim.upush.service.permission.RemoteAccess" android:exported="true" android:process=":upush2" />
<service android:name="com.cmcim.upush.android.sdk.service.UPushDaemonService" android:exported="false" android:process=":daemon" />
<service android:name="com.cmcim.upush.android.sdk.service.UPushJobService" android:permission="android.permission.BIND_JOB_SERVICE" />
<receiver android:name="com.cmcim.upush.android.sdk.receiver.UHeartbeatReceiver" android:enabled="true" android:exported="true" android:process=":upush2">
<intent-filter android:priority="1000">
<action android:name="com.cmcim.upush.android.sdk.broadcast.HEART_BEAT" />
</intent-filter>
</receiver>
<receiver android:name="com.cmcim.upush.android.sdk.receiver.UNetworkStatusReceiver" android:exported="true">
<intent-filter>
<action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
<action android:name="android.Net.wifi.WIFI_STATE_CHANGED" />
<action android:name="android.net.wifi.STATE_CHANGE" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</receiver>
<receiver android:name="com.cmcim.upush.android.sdk.receiver.UPushSysEventReceiver" android:exported="true">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.PACKAGE_DATA_CLEARED" />
</intent-filter>
</receiver>
<service android:name="com.cmcim.uprtc.android.sdk.service.UShareScreenService" android:enabled="true" android:exported="true" android:foregroundServiceType="mediaProjection" />
<uses-library android:name="org.apache.http.legacy" android:required="false" />
<provider android:name="com.huawei.hms.aaid.InitProvider" android:exported="false" android:authorities="com.cmcim.yoxin.mobile.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.cmcim.yoxin.mobile.AGCInitializeProvider" />
<service android:name="com.huawei.agconnect.core.ServiceDiscovery" android:exported="false" />
<meta-data android:name="com.huawei.hms.client.appid" android:value="appid=110985639" />
<meta-data android:name="com.hihonor.mcs.client.appid" android:value="104454549" />
<meta-data android:name="com.hihonor.mcs.client.developerid" android:value="developerid=109999881632" />
</application>
</manifest>