Difference between ApplicationInfo and PackageInfo?

后端 未结 2 515
渐次进展
渐次进展 2021-01-17 08:40

I have several general question about ApplicationInfo and PackageInfo classes. Here they are:

  1. Can someone describe the difference between ApplicationInfo and P
2条回答
  •  甜味超标
    2021-01-17 09:23

    PackageInfo contains ApplicationInfo (PackageInfo.applicationInfo).

    Package info is all your info from your manifest file, ApplicaitonInfo is the info from the tag in your manifest.

    When they are used? it depends on which info you a looking for , or which API methods you are using.

提交回复
热议问题