Enable or disable the display of the Preferences Screen

Enable or disable the preferences screen for your GWC hybrid mode application for Android

The Preferences screen allows the end-user to set the Genero application URL. A variable at the top of the java class file “GHCActivity” called PREFERENCES_ENABLED can be set to true or false.
// Set PREFERENCES_ENABLED to false to disable preferences screen
public static final Boolean PREFERENCES_ENABLED = true;

To switch off the display of the Preferences screen, set PREFERENCES_ENABLED to false.