platform/bb/rhodes/src/rhomobile/RhodesApplication.java in rhodes-3.2.2 vs platform/bb/rhodes/src/rhomobile/RhodesApplication.java in rhodes-3.2.3
- old
+ new
@@ -1145,11 +1145,10 @@
if ( AppBuildConfig.getItem("security_token") != null &&
AppBuildConfig.getItem("security_token").compareTo(m_strSecurityToken) != 0)
{
LOG.INFO("This is hidden app and can be started only with security key.");
- System.exit(0);
- return;
+ RhodesApp.setSecurityTokenNotPassed(true);
}
LOG.INFO(" STARTING RHODES: ***----------------------------------*** " );
RhodesApp.setStartParameters(m_strCmdLine);