android.content.pm.ServiceInfo
Information you can retrieve about a particular application
service. This corresponds to information collected from the
AndroidManifest.xml's <service> tags.
Summary
Constants
Fields
| public |
|
|
String |
permission |
Optional name of a permission required to be able to access this
Service. |
| public |
|
|
ApplicationInfo |
applicationInfo |
Global information about the application/package this component is a
part of. |
| public |
|
|
boolean |
enabled |
Indicates whether or not this component may be instantiated. |
| public |
|
|
String |
processName |
The name of the process this component should run in. |
| public |
|
|
int |
icon |
A drawable resource identifier (in the package's resources) of this
component's icon. |
| public |
|
|
int |
labelRes |
A string resource identifier (in the package's resources) of this
component's label. |
| public |
|
|
Bundle |
metaData |
Additional meta-data associated with this component. |
| public |
|
|
String |
name |
Public name of this item. |
| public |
|
|
CharSequence |
nonLocalizedLabel |
The string provided in the AndroidManifest file, if any. |
| public |
|
|
String |
packageName |
Name of the package that this item is in. |
Public Constructors
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Constants
public
static
final
Creator
CREATOR
Fields
public
String
permission
Optional name of a permission required to be able to access this
Service. From the "permission" attribute.
Public Constructors
Public Methods
public
String
toString()
Answers a string containing a concise, human-readable description of the
receiver.
public
void
writeToParcel(Parcel dest)