Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ManifestParser.java #872

Open
wants to merge 894 commits into
base: dev
Choose a base branch
from
Open

Conversation

BelongsH
Copy link

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>

Yves0 and others added 30 commits July 26, 2022 16:56
…!262)

memory-canary: add protection for getting mem info with ipc
leafjia and others added 28 commits February 20, 2023 03:58
fix matrix-android build err on AGP 7.x.x
…(merge request !319)

lifecycle: add threadPool delegate
…erge request !320)

feature/dev-frameTracer_refactor
帧率监控增加了一个新接口
… (merge request !321)

opengl-hook: add brief stacktrace dumping api
…erge request !322)

feature/dev-frameTracer_refactor
帧率监控增加了一个reset接口,允许在fragment和activity切换时主动截断并重置统计。
… !323)

upgrade: com.google.code.gson:gson:2.8.9
when ManifestParser has multiple packages tag has error
@tencent-adm
Copy link
Member

tencent-adm commented Nov 14, 2023

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.

❌ Yves0
❌ flyerliu
❌ gryamy
❌ tendahuang
❌ 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.

@BelongsH BelongsH changed the base branch from master to dev November 14, 2023 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants