aboutsummaryrefslogtreecommitdiffstats
path: root/res/menu/actions.xml
diff options
context:
space:
mode:
authorjruesga <jorge@ruesga.com>2012-10-15 02:22:26 +0200
committerjruesga <jorge@ruesga.com>2012-10-15 02:22:26 +0200
commit9d399fd633433ab2c663b19593b0d1f74684af3c (patch)
treec590d58d6434332085ecbd5bcadd6730e88ccb86 /res/menu/actions.xml
parentc7d909096663c2d3012f33f5c3a015f7f6d6e2d8 (diff)
downloadandroid_packages_apps_CMFileManager-9d399fd633433ab2c663b19593b0d1f74684af3c.tar.gz
android_packages_apps_CMFileManager-9d399fd633433ab2c663b19593b0d1f74684af3c.tar.bz2
android_packages_apps_CMFileManager-9d399fd633433ab2c663b19593b0d1f74684af3c.zip
New action "Execute"
The new fso action "Execute" allow execute a shell in the new ExecutionDialog (a console like dialog), that display the ouput, time and exit code of the execution. It's only available for files with EXEC mime/type category. * Added a new method to the async callback to return the exit code to program caller. * CleanUp
Diffstat (limited to 'res/menu/actions.xml')
-rw-r--r--res/menu/actions.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/menu/actions.xml b/res/menu/actions.xml
index d95c7f95..351f5937 100644
--- a/res/menu/actions.xml
+++ b/res/menu/actions.xml
@@ -103,6 +103,10 @@
android:showAsAction="ifRoom"
android:title="@string/actions_menu_create_link"/>
<item
+ android:id="@+id/mnu_actions_execute"
+ android:showAsAction="ifRoom"
+ android:title="@string/actions_menu_execute"/>
+ <item
android:id="@+id/mnu_actions_send"
android:showAsAction="ifRoom"
android:title="@string/actions_menu_send"/>