The GWC hybrid mode for Android / Customizations and Extensions |
Enable or disable the preferences screen for your GWC hybrid mode application for Android
// 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.