From 19fa3fce05898965a9227fbe3fe3716d5c8fe0e6 Mon Sep 17 00:00:00 2001 From: Eric House Date: Thu, 4 Apr 2019 12:52:28 -0700 Subject: [PATCH] get rid of DispatchNotify All it did was forward intent's data to MainActivity. Only question is whether making MainActivity singleTask is a problem. We'll see. --- .../android/app/src/main/AndroidManifest.xml | 56 +++++++++---------- .../eehouse/android/xw4/DispatchNotify.java | 41 -------------- 2 files changed, 26 insertions(+), 71 deletions(-) delete mode 100644 xwords4/android/app/src/main/java/org/eehouse/android/xw4/DispatchNotify.java diff --git a/xwords4/android/app/src/main/AndroidManifest.xml b/xwords4/android/app/src/main/AndroidManifest.xml index 3a03fbc78..6916ec874 100644 --- a/xwords4/android/app/src/main/AndroidManifest.xml +++ b/xwords4/android/app/src/main/AndroidManifest.xml @@ -55,7 +55,7 @@ @@ -67,6 +67,31 @@ + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - -