javauis/coreui_akn/javasrc/com/nokia/mj/impl/coreuiavkon/CoreUiImpl.java
branchRCL_3
changeset 24 6c158198356e
parent 14 04becd199f91
equal deleted inserted replaced
23:e5618cc85d74 24:6c158198356e
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    85             {
    85             {
    86                 selectedOrientation = OrientationLandscape;
    86                 selectedOrientation = OrientationLandscape;
    87             }
    87             }
    88         }
    88         }
    89 
    89 
    90         String splashScreenImg = appInfo.getAttribute("MIDlet-Splash-Screen-Image");
    90         String splashScreenImg = appInfo.getAttribute("Nokia-MIDlet-Splash-Screen-Image");
    91         if (splashScreenImg != null)
    91         if (splashScreenImg != null)
    92         {
    92         {
    93             if (splashScreenImg.toLowerCase().equals("suppress"))
    93             if (splashScreenImg.toLowerCase().equals("suppress"))
    94             {
    94             {
    95                 selectedScreenMode = ScreenModeNoStartScreen;
    95                 selectedScreenMode = ScreenModeNoStartScreen;