Setup $HOME/storage symlink for external symlink

At startup Termux now checks if there is external storage available,
and creates a private area on the external storage if one exists as
well as creating a symlink to the private are at $HOME/storage.
This commit is contained in:
Fredrik Fornwall
2015-12-12 03:02:06 +01:00
parent e18579164f
commit bce65f7db1
2 changed files with 45 additions and 11 deletions

View File

@@ -293,6 +293,8 @@ public final class TermuxActivity extends Activity implements ServiceConnection
mTerminalView.checkForTypeface();
mTerminalView.checkForColors();
TermuxInstaller.setupStorageSymlink(this);
}
/**