Tencent / matrix

Matrix is a plugin style, non-invasive APM system developed by WeChat.
Other
11.59k stars 1.88k forks source link

Update ManifestParser.java #872

Open BelongsH opened 10 months ago

BelongsH commented 10 months ago

when ManifestParser has multiple packages tag has error

reason

<!--  package tag  type is map -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    package="com.example" >

<!--  when android 11 has package tag but  ManifestParser cast JsonArray is error -->
 <queries>
        <package android:name="com.tencent.mm" />
        <package android:name="com.alibaba.android.rimet" />
        <package android:name="com.autonavi.minimap"/>
        <package android:name="com.baidu.BaiduMap"/>
    </queries>
tencent-adm commented 10 months ago

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
0 out of 5 committers have signed the CLA.

:x: Yves0
:x: flyerliu
:x: gryamy
:x: tendahuang
:x: BelongsH


flyerliu seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.