https://developer.android.com/reference/android/content/pm/PackageManager
added in API level 1
Resolution and querying flag: if set, only filters that support the [Intent.CATEGORY_DEFAULT](https://developer.android.com/reference/android/content/Intent.html#CATEGORY_DEFAULT)
will be considered for matching. This is a synonym for including the CATEGORY_DEFAULT in your supplied Intent.
Constant Value: 65536 (0x00010000)
-
ActivityManagerService.STOCK_PM_FLAGS
// The flags that are set for all calls we make to the package manager.
static final int STOCK_PM_FLAGS = PackageManager.GET_SHARED_LIBRARY_FILES;
GET_SHARED_LIBRARY_FILES
added in API level 1
public static final int GET_SHARED_LIBRARY_FILES
ApplicationInfo flag: return the paths to the shared libraries that are associated with an application. This applies for any API returning an ApplicationInfo class, either directly or nested inside of another.
Constant Value: 1024 (0x00000400)