Allow non-monkey creation of test accounts

* Set the debugging flag to allow it
* Add STOPSHIP (it cannot go out like this)

Bug: 2735784
Change-Id: Id5d162f7f1879b76004a24d5d81e769b06ef8d29
This commit is contained in:
Andy Stadler 2010-12-08 16:43:23 -08:00
parent 4d02297f4a
commit 6175300474
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ public class AccountSetupBasics extends AccountSetupActivity
private final String EXTRA_CREATE_ACCOUNT_USER = "USER";
private final String EXTRA_CREATE_ACCOUNT_INCOMING = "INCOMING";
private final String EXTRA_CREATE_ACCOUNT_OUTGOING = "OUTGOING";
private final Boolean DEBUG_ALLOW_NON_MONKEY_CREATION = false; // DO NOT CHECK IN "TRUE"
private final Boolean DEBUG_ALLOW_NON_MONKEY_CREATION = true; // STOPSHIP - must be FALSE
private AccountSetupBasicsFragment mFragment;
private boolean mManualButtonDisplayed;