javamanager/javainstaller/installer/javasrc/com/nokia/mj/impl/installer/midp2/install/steps/CheckJarPackages.java
changeset 47 f40128debb5d
parent 21 2a9601315dfc
child 56 abc41079b313
equal deleted inserted replaced
35:85266cc22c7f 47:f40128debb5d
     1 /*
     1 /*
     2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2008-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".
    71         }
    71         }
    72 
    72 
    73         // Application touch support detection is not needed
    73         // Application touch support detection is not needed
    74         // if Nokia-MIDlet-On-Screen-Keypad has been defined.
    74         // if Nokia-MIDlet-On-Screen-Keypad has been defined.
    75         boolean touchDetection = true;
    75         boolean touchDetection = true;
    76         if (ball.getAttributeValue("Nokia-MIDlet-On-Screen-Keypad") != null)
    76         if (ball.iSuite.getOnScreenKeypad() != SuiteInfo.OSK_UNDEFINED)
    77         {
    77         {
    78             touchDetection = false;
    78             touchDetection = false;
    79         }
    79         }
    80 
    80 
    81         // Application package scanning must not be skipped for
    81         // Application package scanning must not be skipped for