- packageName
- The full name (i.e. com.google.apps.contacts) of the desired package.
- flags
- Additional option flags. Use any combination of Android.Content.PM.PackageManager.GET_ACTIVITIES, Android.Content.PM.PackageManager.GET_GIDS, Android.Content.PM.PackageManager.GET_CONFIGURATIONS, Android.Content.PM.PackageManager.GET_INSTRUMENTATION, Android.Content.PM.PackageManager.GET_PERMISSIONS, Android.Content.PM.PackageManager.GET_PROVIDERS, Android.Content.PM.PackageManager.GET_RECEIVERS, Android.Content.PM.PackageManager.GET_SERVICES, Android.Content.PM.PackageManager.GET_SIGNATURES, Android.Content.PM.PackageManager.GET_UNINSTALLED_PACKAGES to modify the data 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 overall information about an application package that is installed on the system.
Throws NoType:android/content/pm/PackageManager$NameNotFoundException;Href=../../../../reference/android/content/pm/PackageManager.NameNotFoundException.html if a package with the given name can not be found on the system.