On further thought, switch to BACK_KEY_CLOSES_ACTIVITY by default.

This commit is contained in:
Jack Palevich 2011-11-22 02:49:21 -08:00
parent 9bc0c58a83
commit e054773bf9

View File

@ -36,7 +36,7 @@ public class TermSettings {
private String mShell;
private String mInitialCommand;
private boolean mUTF8ByDefault = false;
private int mBackKeyAction = BACK_KEY_STOPS_SERVICE;
private int mBackKeyAction = BACK_KEY_CLOSES_ACTIVITY;
private String mTermType;
private boolean mCloseOnExit = true;