Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit df07e69e authored by Brett Chabot's avatar Brett Chabot Committed by The Android Open Source Project
Browse files

Merge branch 'readonly-p4-master'

parents 070410ec ff51fe21
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;