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

Commit 9a32af41 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Use real package name in MemoryUsageTest"

parents f2473f4f 520f1e74
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -320,8 +320,9 @@ public class MemoryUsageTest extends InstrumentationTestCase {
                            UserHandle.USER_CURRENT);
                }

                mAtm.startActivityAndWait(null, null, mLaunchIntent, mimeType,
                        null, null, 0, mLaunchIntent.getFlags(), null, null,
                mAtm.startActivityAndWait(null,
                        getInstrumentation().getContext().getBasePackageName(), mLaunchIntent,
                        mimeType, null, null, 0, mLaunchIntent.getFlags(), null, null,
                        UserHandle.USER_CURRENT_OR_SELF);
            } catch (RemoteException e) {
                Log.w(TAG, "Error launching app", e);