Merge branch 'readonly-p4-master'
This commit is contained in:
committed by
The Android Open Source Project
commit
df07e69e26
@@ -136,7 +136,7 @@ public abstract class ActivityUnitTestCase<T extends Activity>
|
||||
ComponentName cn = new ComponentName(mActivityClass.getPackage().getName(),
|
||||
mActivityClass.getName());
|
||||
intent.setComponent(cn);
|
||||
ActivityInfo info = null;
|
||||
ActivityInfo info = new ActivityInfo();
|
||||
CharSequence title = mActivityClass.getName();
|
||||
mMockParent = new MockParent();
|
||||
String id = null;
|
||||
|
||||
Reference in New Issue
Block a user