mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-07 03:05:18 +08:00
Move StreamGobbler to shell package
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package com.termux.app.terminal;
|
||||
package com.termux.app.shell;
|
||||
|
||||
import java.io.BufferedReader;
|
||||
import java.io.IOException;
|
@@ -5,6 +5,7 @@ import androidx.annotation.NonNull;
|
||||
import com.termux.R;
|
||||
import com.termux.app.TermuxConstants;
|
||||
import com.termux.app.TermuxService;
|
||||
import com.termux.app.shell.StreamGobbler;
|
||||
import com.termux.app.utils.Logger;
|
||||
import com.termux.app.utils.PluginUtils;
|
||||
import com.termux.app.utils.ShellUtils;
|
||||
|
Reference in New Issue
Block a user