Hi Ramakrishna,
In order to skip that screen, you have to use the following code in the onCreate method of the LogonActivity:
// ask LogonUIFacede to present the logon screen
// set the resulting view as the content view for this activity
setContentView(mLogonUIFacade.logon());
// Hide splash screen
mLogonUIFacade.showSplashScreen(false);
You can find more information on how to customize the MAF Logon component at the following blog:
Customizing MAF Logon Component in Android
Best Regards,
Emanuel







.jpg)

