public static class Intent.ShortcutIconResource extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<Intent.ShortcutIconResource> |
CREATOR |
String |
packageName |
String |
resourceName |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Constructor and Description |
|---|
Intent.ShortcutIconResource() |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
static Intent.ShortcutIconResource |
fromContext(Context context,
int resourceId) |
String |
toString() |
void |
writeToParcel(Parcel dest,
int flags) |
public String packageName
public String resourceName
public static final Parcelable.Creator<Intent.ShortcutIconResource> CREATOR
public static Intent.ShortcutIconResource fromContext(Context context, int resourceId)
public int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel dest, int flags)
writeToParcel in interface ParcelableCopyright © 2008-2013. All Rights Reserved.