packageName property

String? packageName
getter/setter pair

Set an explicit application package name that limits the components this Intent will resolve to. If left to the default value of null, all components in all applications will considered. If non-null, the Intent can only match the components in the given application package.

Implementation

String? packageName;