Page 1 of 1

How to modify TC's "send to" menu.

Posted: 2014-06-24, 00:22 UTC
by Dreamer
A module of xposed called Complete Action Plus can modify most of the "send to" menu in Android. In other file explorers such as Root explorer, it works. But it doesn't work in TC.

Too many apps regester the "send to" menu, but we just use a few of them.

It seems TC doesn't use the way most Android apps used to build this menu list? Is there any way to modify it in TC?

Posted: 2014-06-26, 09:49 UTC
by ghisler(Author)
Total Commander uses its own "Send to" menu because the Android one is broken on some versions of Android 4.4.

Posted: 2014-06-30, 15:51 UTC
by Dreamer
Any chance we can modify this menu in future?

Posted: 2014-07-03, 13:53 UTC
by ghisler(Author)
What should I modify?

Posted: 2014-07-07, 10:42 UTC
by Dreamer
Such as don't show some of the apps in "send to" menu and change the sequence of the list, just like Complete Action Plus do at the Android's default "send to" menu.

Posted: 2014-07-10, 10:04 UTC
by ghisler(Author)
I wonder how this tool does this - does it require root rights?

Posted: 2014-07-15, 01:22 UTC
by Dreamer
Xposed framework need root.

This tool depends on xposed framework.


http://forum.xda-developers.com/showthread.php?t=2588306

[XPOSED](2.2.6) Complete Action Plus (One click launch, Change layout, Manage Apps)

Posted: 2014-07-17, 13:24 UTC
by ghisler(Author)
I see - Total Commander uses the function queryIntentActivities of the PackageManager object to query the apps for "send to". It should be possible to manipulate the output of queryIntentActivities with XPosed to get the same effect as manipulating the dialog box directly. Unfortunately I'm not inot this, therefore I cannot do it myself, sorry.

Posted: 2014-08-07, 23:04 UTC
by Dreamer
Thanks for the info.
I will ask the author of Complete Action Plus to see if he can do this.