public static class IntentPickerSheetView.ActivityInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
android.content.ComponentName |
componentName |
android.graphics.drawable.Drawable |
icon |
java.lang.String |
label |
android.content.pm.ResolveInfo |
resolveInfo |
java.lang.Object |
tag |
| Constructor and Description |
|---|
ActivityInfo(android.graphics.drawable.Drawable icon,
java.lang.String label,
android.content.Context context,
java.lang.Class<?> clazz) |
| Modifier and Type | Method and Description |
|---|---|
android.content.Intent |
getConcreteIntent(android.content.Intent intent) |
public android.graphics.drawable.Drawable icon
public final java.lang.String label
public final android.content.ComponentName componentName
public final android.content.pm.ResolveInfo resolveInfo
public java.lang.Object tag