| Package | Description |
|---|---|
| android.app | |
| android.app.admin | |
| android.content | |
| android.content.pm |
| Modifier and Type | Method and Description |
|---|---|
Activity |
Instrumentation.newActivity(Class<?> clazz,
Context context,
IBinder token,
Application application,
Intent intent,
ActivityInfo info,
CharSequence title,
Activity parent,
String id,
Object lastNonConfigurationInstance) |
| Modifier and Type | Method and Description |
|---|---|
ActivityInfo |
DeviceAdminInfo.getActivityInfo() |
| Modifier and Type | Method and Description |
|---|---|
ActivityInfo |
Intent.resolveActivityInfo(PackageManager pm,
int flags) |
| Modifier and Type | Field and Description |
|---|---|
ActivityInfo[] |
PackageInfo.activities |
ActivityInfo |
ResolveInfo.activityInfo |
ActivityInfo[] |
PackageInfo.receivers |
| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<ActivityInfo> |
ActivityInfo.CREATOR |
| Modifier and Type | Method and Description |
|---|---|
abstract ActivityInfo |
PackageManager.getActivityInfo(ComponentName component,
int flags) |
abstract ActivityInfo |
PackageManager.getReceiverInfo(ComponentName component,
int flags) |
| Constructor and Description |
|---|
ActivityInfo(ActivityInfo orig) |
Copyright © 2008-2013. All Rights Reserved.