How to modify TC's "send to" menu.
Moderators: Hacker, petermad, Stefan2, white
How to modify TC's "send to" menu.
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?
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?
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Total Commander uses its own "Send to" menu because the Android one is broken on some versions of Android 4.4.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
I wonder how this tool does this - does it require root rights?
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
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)
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)
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
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.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com