Removing the PIN Screen

Remove the PIN screen (password screen) from the Hybrid Web Container.

The related comment tag is ANDROID_CUSTOMIZATION_POINT_PIN.
Note: Removing the PIN screen leaves data that is stored on the device less secure. You should remove the PIN screen only if you are not concerned about keeping your data secure.
  1. Open the CustomizationHelper.java file, which is located in the ...\HybridWebContainer\src\com\sybase\hwc folder.
  2. Find the enablePIN method.
    By default it returns true and shows the password screen.
  3. Change the enablePIN method to return false.
    The application does not show a password screen if it has been idle and is reactivated.
  4. Test the application.