Merge "Use ApexInfo.moduleName"

This commit is contained in:
Nikita Ioffe
2019-07-05 15:45:56 +00:00
committed by Gerrit Code Review

View File

@@ -556,7 +556,7 @@ public class PackageInfo implements Parcelable {
* @hide
*/
public PackageInfo(ApexInfo apexInfo) {
packageName = apexInfo.packageName;
packageName = apexInfo.moduleName;
setLongVersionCode(apexInfo.versionCode);
isApex = true;
}