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 Object
- implements Parcelable
packageName
public String packageName
resourceName
public 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 String toString()
- Overrides:
toString
in class Object
Copyright © 2008-2012. All Rights Reserved.