android.content
Class Intent.ShortcutIconResource
java.lang.Object
android.content.Intent.ShortcutIconResource
- All Implemented Interfaces:
- Parcelable
- Enclosing class:
- Intent
public static class Intent.ShortcutIconResource
- extends java.lang.Object
- implements Parcelable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
packageName
public java.lang.String packageName
resourceName
public java.lang.String resourceName
CREATOR
public static final Parcelable.Creator<Intent.ShortcutIconResource> CREATOR
Intent.ShortcutIconResource
public Intent.ShortcutIconResource()
fromContext
public static Intent.ShortcutIconResource fromContext(Context context,
int resourceId)
describeContents
public int describeContents()
- Specified by:
describeContents in interface Parcelable
writeToParcel
public void writeToParcel(Parcel dest,
int flags)
- Specified by:
writeToParcel in interface Parcelable
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2008-2010. All Rights Reserved.