OSDN Git Service

CMFM: File manager SEND issues
authorJorge Ruesga <jorge@ruesga.com>
Thu, 4 Apr 2013 23:00:14 +0000 (01:00 +0200)
committerJorge Ruesga <jorge@ruesga.com>
Thu, 4 Apr 2013 23:00:14 +0000 (01:00 +0200)
Always display registered apps for SEND and SEND_MULTIPLE actions.

Change-Id: Ia4cd47b62699e25dd503bb3d4083d314f94af032
JIRA: https://jira.cyanogenmod.org/browse/CYAN-768
Bugfix: CYAN-768
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
src/com/cyanogenmod/filemanager/ui/policy/IntentsActionPolicy.java

index 7da3408..4d56b37 100644 (file)
@@ -145,7 +145,7 @@ public final class IntentsActionPolicy extends ActionsPolicy {
             resolveIntent(
                     ctx,
                     intent,
-                    false,
+                    true,
                     null,
                     0,
                     R.string.associations_dialog_sendwith_title,
@@ -212,7 +212,7 @@ public final class IntentsActionPolicy extends ActionsPolicy {
             resolveIntent(
                     ctx,
                     intent,
-                    false,
+                    true,
                     null,
                     0,
                     R.string.associations_dialog_sendwith_title,