ApkManifest constructor
ApkManifest({
- String? applicationLabel,
- List<
IntentFilter> ? intentFilters, - int? maxSdkVersion,
- List<
Metadata> ? metadata, - int? minSdkVersion,
- String? packageName,
- List<
Service> ? services, - int? targetSdkVersion,
- List<
UsesFeature> ? usesFeature, - List<
String> ? usesPermission, - List<
UsesPermissionTag> ? usesPermissionTags, - String? versionCode,
- String? versionName,
Implementation
ApkManifest({
this.applicationLabel,
this.intentFilters,
this.maxSdkVersion,
this.metadata,
this.minSdkVersion,
this.packageName,
this.services,
this.targetSdkVersion,
this.usesFeature,
this.usesPermission,
this.usesPermissionTags,
this.versionCode,
this.versionName,
});