mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-09 12:04:03 +08:00
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:
@@ -293,6 +293,8 @@ public final class TermuxActivity extends Activity implements ServiceConnection
|
||||
|
||||
mTerminalView.checkForTypeface();
|
||||
mTerminalView.checkForColors();
|
||||
|
||||
TermuxInstaller.setupStorageSymlink(this);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user