android.content.pm.PackageInfo
Overall information about the contents of a package. This corresponds
to all of the information collected from AndroidManifest.xml.
Summary
Constants
Fields
Public Constructors
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Constants
public
static
final
Creator
CREATOR
Fields
Array of all <activity> tags included in <application>,
or null if there were none. This is only filled in if the flag
GET_ACTIVITIES was set.
Information collected from the <application> tag, or null if
there was none.
Array of all <instrumentation> tags included in
<manifest>, or null if there were none.
public
String
packageName
The name of this package. From the <manifest> tag's "name"
attribute.
Array of all <provider> tags included in <application>,
or null if there were none. This is only filled in if the flag
GET_PROVIDERS was set.
Array of all <receiver> tags included in <application>,
or null if there were none. This is only filled in if the flag
GET_RECEIVERS was set.
Array of all <service> tags included in <application>,
or null if there were none. This is only filled in if the flag
GET_SERVICES was set.
Public Constructors
Public Methods
public
String
toString()
Answers a string containing a concise, human-readable description of the
receiver.
public
void
writeToParcel(Parcel dest)