| Index: shell/android/apk/src/org/chromium/mojo/shell/NfcReceiverActivity.java
|
| diff --git a/shell/android/apk/src/org/chromium/mojo/shell/NfcReceiverActivity.java b/shell/android/apk/src/org/chromium/mojo/shell/NfcReceiverActivity.java
|
| index fa2fc96263db6e80e8ee9b9e76f16e8549cc168e..09e25253ba8f714e5a7cb6a85b36e1f4db95f0ca 100644
|
| --- a/shell/android/apk/src/org/chromium/mojo/shell/NfcReceiverActivity.java
|
| +++ b/shell/android/apk/src/org/chromium/mojo/shell/NfcReceiverActivity.java
|
| @@ -51,9 +51,6 @@ public class NfcReceiverActivity extends Activity implements ShellService.IShell
|
| public void onShellBound(ShellService shellService) {
|
| mShellService = shellService;
|
| finish();
|
| - Intent intent = new Intent(this, MojoShellActivity.class);
|
| - intent.setFlags(Intent.FLAG_ACTIVITY_SINGLE_TOP);
|
| - startActivity(intent);
|
| while (!mPendingIntents.isEmpty()) {
|
| Intent pendingIntent = mPendingIntents.remove();
|
| sendNfcMessages(pendingIntent);
|
|
|