public class ServiceInfo extends ComponentInfo implements Parcelable
PackageItemInfo.DisplayNameComparatorParcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<ServiceInfo> |
CREATOR |
static int |
FLAG_ISOLATED_PROCESS |
static int |
FLAG_STOP_WITH_TASK |
int |
flags |
String |
permission |
applicationInfo, descriptionRes, enabled, exported, processNameicon, labelRes, logo, metaData, name, nonLocalizedLabel, packageNameCONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Constructor and Description |
|---|
ServiceInfo() |
ServiceInfo(ServiceInfo orig) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
void |
dump(Printer pw,
String prefix) |
String |
toString() |
void |
writeToParcel(Parcel dest,
int parcelableFlags) |
dumpBack, dumpFront, getIconResource, isEnabled, loadLabelloadIcon, loadLogo, loadXmlMetaDatapublic String permission
public static final int FLAG_STOP_WITH_TASK
public static final int FLAG_ISOLATED_PROCESS
public int flags
public static final Parcelable.Creator<ServiceInfo> CREATOR
public ServiceInfo()
public ServiceInfo(ServiceInfo orig)
public int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel dest, int parcelableFlags)
writeToParcel in interface ParcelablewriteToParcel in class ComponentInfoCopyright © 2008-2013. All Rights Reserved.