ComponentInfo.fromComponentInfo constructor

ComponentInfo.fromComponentInfo(
  1. ComponentInfo info
)

Implementation

ComponentInfo.fromComponentInfo(ComponentInfo info)
    : super.fromPackageItemInfo(info) {
  applicationInfo = info.applicationInfo;
  descriptionRes = info.descriptionRes;
  directBootAware = info.directBootAware;
  enabled = info.enabled;
  exported = info.exported;
  processName = info.processName;
  splitName = info.splitName;
}