- activityName
- Name of the activity whose logo is to be retrieved.
Documentation for this section has not yet been entered.
Type Reason !:NoType:android/content/pm/PackageManager$NameNotFoundException;Href=../../../../reference/android/content/pm/PackageManager.NameNotFoundException.html Thrown if the resources for the given activity could not be loaded.
Retrieve the logo associated with an activity. Given the full name of an activity, retrieves the information about it and calls PackageItemInfo.LoadLogo(PackageManager) to return its logo. If the activity cannot be found, NameNotFoundException is thrown.