Merge commit 'ebb0b03e170b724e04a0d44bfd1ccb02452f5f57' * commit 'ebb0b03e170b724e04a0d44bfd1ccb02452f5f57': Prepare for a new IActivityController method.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user