Prepare for a new IActivityController method.

Change-Id: I30823fe0c06aef35a2773760ec938e7979cd1037
This commit is contained in:
Dianne Hackborn
2010-09-23 14:48:24 -07:00
parent 1f0003f57d
commit d424b8d9cc
2 changed files with 8 additions and 0 deletions

View File

@@ -100,6 +100,10 @@ public class BadBehaviorActivity extends Activity {
return true;
}
public int appEarlyNotResponding(String processName, int pid, String annotation) {
return 0;
}
public int appNotResponding(String proc, int pid, String st) {
return 0;
}