- packageName
- The name of the package to inspect.
Documentation for this section has not yet been entered.
Return a "good" intent to launch a front-door Leanback activity in a package, for use for example to implement an "open" button when browsing through packages. The current implementation will look for a main activity in the category Android.Content.Intent.CategoryLeanbackLauncher, or return null if no main leanback activities are found.
Throws NoType:android/content/pm/PackageManager$NameNotFoundException;Href=../../../../reference/android/content/pm/PackageManager.NameNotFoundException.html if a package with the given name cannot be found on the system.