aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/cyanogenmod/filemanager/console/shell/PrivilegedConsole.java
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2013-01-11 21:59:09 +0100
committerJorge Ruesga <jorge@ruesga.com>2013-01-12 12:58:48 +0100
commit7322527bac3f3de9692475948c760d1543459405 (patch)
tree20bb91d837cabb2100a486bd3289d246d365b7e3 /src/com/cyanogenmod/filemanager/console/shell/PrivilegedConsole.java
parent995e39a70e2bb091a47447a6dfdd606dd1b999df (diff)
downloadandroid_packages_apps_CMFileManager-7322527bac3f3de9692475948c760d1543459405.tar.gz
android_packages_apps_CMFileManager-7322527bac3f3de9692475948c760d1543459405.tar.bz2
android_packages_apps_CMFileManager-7322527bac3f3de9692475948c760d1543459405.zip
CMFM: Sync jellybean with upstreamjellybean
Added missing hungarian translation Tamás Tóth http://review.cyanogenmod.org/29947 CMFileManager: fixed typo in romanian tran Igor Sorocean http://review.cyanogenmod.org/29974 CMFM: Fix typo Jorge Ruesga http://review.cyanogenmod.org/29984 CMFM: Do not use cd and pwd commands Jorge Ruesga http://review.cyanogenmod.org/29921 CMFileManager: Dutch translations Marco Brohet http://review.cyanogenmod.org/29801 CMFM: Ignore stderr from stat list command Jorge Ruesga http://review.cyanogenmod.org/29920 CMFM: Fix race condition Jorge Ruesga http://review.cyanogenmod.org/29919 CMFM: Read hidden files with new stat list Jorge Ruesga http://review.cyanogenmod.org/29849 CMFM: Fix FC caused by accessing ui outsid Jorge Ruesga http://review.cyanogenmod.org/29842 CMFM: Fix AsyncResultProgram deadlock Jorge Ruesga http://review.cyanogenmod.org/29841 CMFM: es_ES - update missing translations Jorge Ruesga http://review.cyanogenmod.org/29802 CMFM: Fix sync object Jorge Ruesga http://review.cyanogenmod.org/29777 CMFM: Fix NPE when parent dir is null Jorge Ruesga http://review.cyanogenmod.org/29775 CMFM: Fix navigation view fade effect Jorge Ruesga http://review.cyanogenmod.org/29762 CMFM: Display new fso datetimes props Jorge Ruesga http://review.cyanogenmod.org/29757 CMFM: Use filesystem type instead of auto Jorge Ruesga http://review.cyanogenmod.org/29763 CMFileManager: Dutch translations Marco Brohet http://review.cyanogenmod.org/29731 CMFM: Fix filesystem and fso dialog layout Jorge Ruesga http://review.cyanogenmod.org/29738 CMFM: Fix name and parent for root directo Jorge Ruesga http://review.cyanogenmod.org/29737 CMFM: Fixes and Improvements Jorge Ruesga http://review.cyanogenmod.org/29679 Update Russian Translation-CMFileManager-C Pavel Volkov http://review.cyanogenmod.org/29644 Add mime type for exported settings of K9. Danny Baumann http://review.cyanogenmod.org/29622 Fall back to showing all files for unknown Danny Baumann http://review.cyanogenmod.org/29621 PT-BR: Fixes to translation Gustavo Rosa http://review.cyanogenmod.org/29612 CMFileManager: Updated menu strings to red Roman Barczynski http://review.cyanogenmod.org/29563 CMFileManager: Dutch translations Marco Brohet http://review.cyanogenmod.org/29249 CMFileManager: Add RealVideo and Matroska Jorge Ruesga http://review.cyanogenmod.org/28968 Fix german translation for disk usage warn Danny Baumann http://review.cyanogenmod.org/28914 Change-Id: Ie9681313bbc95ed0b6cb1e0000c5ae5b61e7b5d1 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
Diffstat (limited to 'src/com/cyanogenmod/filemanager/console/shell/PrivilegedConsole.java')
-rw-r--r--src/com/cyanogenmod/filemanager/console/shell/PrivilegedConsole.java13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/com/cyanogenmod/filemanager/console/shell/PrivilegedConsole.java b/src/com/cyanogenmod/filemanager/console/shell/PrivilegedConsole.java
index 4e5d3088..cc441314 100644
--- a/src/com/cyanogenmod/filemanager/console/shell/PrivilegedConsole.java
+++ b/src/com/cyanogenmod/filemanager/console/shell/PrivilegedConsole.java
@@ -34,19 +34,6 @@ public class PrivilegedConsole extends ShellConsole {
/**
* Constructor of <code>PrivilegedConsole</code>.
*
- * @param initialDirectory The initial directory of the shell
- * @throws FileNotFoundException If the initial directory not exists
- * @throws IOException If initial directory couldn't be checked
- * @throws InvalidCommandDefinitionException If the command has an invalid definition
- */
- public PrivilegedConsole(String initialDirectory)
- throws FileNotFoundException, IOException, InvalidCommandDefinitionException {
- super(new SuperuserShell(), initialDirectory);
- }
-
- /**
- * Constructor of <code>PrivilegedConsole</code>.
- *
* @throws FileNotFoundException If the default initial directory not exists
* @throws IOException If initial directory couldn't be checked
* @throws InvalidCommandDefinitionException If the command has an invalid definition