aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidManifest.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 /AndroidManifest.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 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index df5473f2..2f6b296f 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -33,6 +33,7 @@
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:process=":main"
+ android:largeHeap="true"
android:theme="@style/Explorer.Theme.Holo.Ligth" >
<meta-data