matrix icon indicating copy to clipboard operation
matrix copied to clipboard

Update ManifestParser.java

Open BelongsH opened this issue 2 years ago • 1 comments

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>

BelongsH avatar Nov 14 '23 07:11 BelongsH

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.

tencent-adm avatar Nov 14 '23 07:11 tencent-adm