- packageName
- The name of the package to inspect.
Documentation for this section has not yet been entered.
Returns a "good" intent to launch a front-door activity in a package. This is used, for example, to implement an "open" button when browsing through packages. The current implementation looks first for a main activity in the category Android.Content.Intent.CategoryInfo, and next for a main activity in the category Android.Content.Intent.CategoryLauncher. Returns null if neither are found.