Java android.content.pm PackageInfo fields, constructors, methods, implement or subclass

Example usage for Java android.content.pm PackageInfo fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.content.pm PackageInfo.

The text is from its open source code.

Field

intREQUESTED_PERMISSION_REQUIRED
Flag for #requestedPermissionsFlags : the requested permission is required for the application to run; the user can not optionally disable it.
intREQUESTED_PERMISSION_GRANTED
Flag for #requestedPermissionsFlags : the requested permission is currently granted to the application.
intINSTALL_LOCATION_UNSPECIFIED
Constant corresponding to auto in the android.R.attr#installLocation attribute.
intINSTALL_LOCATION_AUTO
Constant corresponding to auto in the android.R.attr#installLocation attribute.
intINSTALL_LOCATION_INTERNAL_ONLY
Constant corresponding to internalOnly in the android.R.attr#installLocation attribute.
intINSTALL_LOCATION_PREFER_EXTERNAL
Constant corresponding to preferExternal in the android.R.attr#installLocation attribute.

Constructor

Method

ClassgetClass()
Returns the runtime class of this Object .