- packageName
- The name of the application package to handle the intent, or null to allow any application package.
Documentation for this section has not yet been entered.
(Usually optional) 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.