updated new intent
This commit is contained in:
3boll 2015-11-30 00:36:17 +01:00
parent 2f166ed919
commit 42b03793bc

View File

@ -853,7 +853,7 @@ public class Term extends Activity implements UpdateCallback, SharedPreferences.
Log.d("Kali", "Kali");
TermSession session = null;
try {
session = createTermSession(getBaseContext(), settings, "", ShellType.KALI_SHELL);
session = createTermSession(getBaseContext(), settings, "", ShellType.KALI_LOGIN_SHELL);
session.setFinishCallback(mTermService);
} catch (IOException e) {
e.printStackTrace();