Use ApexInfo.moduleName
See another CL in the topic Bug: 132428457 Test: builds Change-Id: I87ba3fb539d0761c515adc8e2d2acc8dfc5e6a9a Merged-In: If0bd3d368c7373ab0028211a8a4246a9821893af
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user