]> hydra-www.ietfng.org Git - android-vcpass-oisafe/commitdiff
OI Safe: Fix issue 197: Dialog is now only called from service - not from onActivityR...
authorpeli0101 <peli0101@72b678ce-9140-0410-bee8-679b907dd61a>
Sun, 1 Feb 2009 23:00:17 +0000 (23:00 +0000)
committerpeli0101 <peli0101@72b678ce-9140-0410-bee8-679b907dd61a>
Sun, 1 Feb 2009 23:00:17 +0000 (23:00 +0000)
git-svn-id: http://openintents.googlecode.com/svn/trunk/Safe@1892 72b678ce-9140-0410-bee8-679b907dd61a

src/org/openintents/safe/IntentHandler.java

index 483824affd1565a22ccfea15b0698174aa5d12ed..efd1e73509b4c9a67d6eae943cfbedb7c3de2e54 100644 (file)
@@ -156,8 +156,10 @@ public class IntentHandler extends Activity {
                        actionDispatch();\r
                } else {\r
                        // ask first\r
-                       if (debug) Log.d(TAG, "onActivityResult: showDialogAllowExternalAccess()");\r
-                       showDialogAllowExternalAccess();\r
+                       //if (debug) Log.d(TAG, "onActivityResult: showDialogAllowExternalAccess()");\r
+                       //showDialogAllowExternalAccess();\r
+                       \r
+                       // This is called in onServiceConnected().\r
                }\r
        }\r
 \r