public final class ActivityRefWatcher
extends java.lang.Object
| Constructor and Description |
|---|
ActivityRefWatcher(android.app.Application application,
RefWatcher refWatcher)
Constructs an
ActivityRefWatcher that will make sure the activities are not leaking
after they have been destroyed. |
| Modifier and Type | Method and Description |
|---|---|
static void |
installOnIcsPlus(android.app.Application application,
RefWatcher refWatcher) |
void |
stopWatchingActivities() |
void |
watchActivities() |
public ActivityRefWatcher(android.app.Application application,
RefWatcher refWatcher)
ActivityRefWatcher that will make sure the activities are not leaking
after they have been destroyed.