Temporary disabled explicit Intent Chooser.

This commit is contained in:
pwlin 2014-09-18 00:36:10 +02:00
parent b2989f5795
commit bbdfb8f672

View File

@ -96,7 +96,7 @@ public class FileOpener2 extends CordovaPlugin {
/* /*
* @see http://stackoverflow.com/questions/14321376/open-an-activity-from-a-cordovaplugin * @see http://stackoverflow.com/questions/14321376/open-an-activity-from-a-cordovaplugin
*/ */
cordova.getActivity().startActivity(Intent.createChooser(intent,"Open File in...")); cordova.getActivity().startActivity(intent/*Intent.createChooser(intent,"Open File in...")*/);
callbackContext.success(); callbackContext.success();
return true; return true;