LabeledIntentpublic class LabeledIntent extends android.content.Intent
Fields Summary |
---|
public static final android.os.Parcelable.Creator | CREATOR |
Constructors Summary |
---|
public LabeledIntent(android.content.Intent origIntent, String sourcePackage, int labelRes, int icon) throw new RuntimeException("Stub!");
| public LabeledIntent(android.content.Intent origIntent, String sourcePackage, CharSequence nonLocalizedLabel, int icon) throw new RuntimeException("Stub!");
| public LabeledIntent(String sourcePackage, int labelRes, int icon) throw new RuntimeException("Stub!");
| public LabeledIntent(String sourcePackage, CharSequence nonLocalizedLabel, int icon) throw new RuntimeException("Stub!");
|
|