- component
- The full component name (i.e. com.google.apps.contacts/com.google.apps.contacts.ContactsList) of an Activity class.
- flags
- Additional option flags. Use any combination of PackageManager.GET_META_DATA, PackageManager.GET_SHARED_LIBRARY_FILES, to modify the data (in ApplicationInfo) returned.
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
Retrieve all of the information we know about a particular activity class.
Throws NoType:android/content/pm/PackageManager$NameNotFoundException;Href=../../../../reference/android/content/pm/PackageManager.NameNotFoundException.html if an activity with the given class name cannot be found on the system.