Class android.app.LocalActivityManager
| Changed Constructors | ||
|---|---|---|
LocalActivityManager(Activity, |
Now deprecated. |
|
| Changed Methods | ||
|---|---|---|
Window destroyActivity(String, |
Now deprecated. |
|
void dispatchCreate(Bundle) |
Now deprecated. |
|
void dispatchDestroy(boolean) |
Now deprecated. |
|
void dispatchPause(boolean) |
Now deprecated. |
|
void dispatchResume() |
Now deprecated. |
|
void dispatchStop() |
Now deprecated. |
|
Activity getActivity(String) |
Now deprecated. |
|
Activity getCurrentActivity() |
Now deprecated. |
|
String getCurrentId() |
Now deprecated. |
|
void removeAllActivities() |
Now deprecated. |
|
Bundle saveInstanceState() |
Now deprecated. |
|
Window startActivity(String, |
Now deprecated. |
|
