Example usage for Java android.content.pm PackageInfo fields, constructors, methods, implement or subclass
The text is from its open source code.
int | REQUESTED_PERMISSION_REQUIRED Flag for #requestedPermissionsFlags : the requested permission is required for the application to run; the user can not optionally disable it. |
int | REQUESTED_PERMISSION_GRANTED Flag for #requestedPermissionsFlags : the requested permission is currently granted to the application. |
int | INSTALL_LOCATION_UNSPECIFIED Constant corresponding to auto in the android.R.attr#installLocation attribute. |
int | INSTALL_LOCATION_AUTO Constant corresponding to auto in the android.R.attr#installLocation attribute. |
int | INSTALL_LOCATION_INTERNAL_ONLY Constant corresponding to internalOnly in the android.R.attr#installLocation attribute. |
int | INSTALL_LOCATION_PREFER_EXTERNAL Constant corresponding to preferExternal in the android.R.attr#installLocation attribute. |
Class> | getClass() Returns the runtime class of this Object . |