ComponentInfo.newInstance constructor

ComponentInfo.newInstance(
  1. ApplicationInfo applicationInfo,
  2. int descriptionRes,
  3. bool directBootAware,
  4. bool enabled,
  5. bool exported,
  6. String processName,
  7. String? splitName,
)

Implementation

ComponentInfo.newInstance(
    this.applicationInfo,
    this.descriptionRes,
    this.directBootAware,
    this.enabled,
    this.exported,
    this.processName,
    this.splitName);