Nokia-N95
- CANVAS_SIZE_DYNAMIC: This device may change the canvas size while an application is running.  This is done to accomodate rotating the device's screen, especially when a full keyboard is located behind the screen.  If you do not wish to accomodate a dynamic canvas size, you may use the setGameSize method to specify the minimum canvas width and height.  See the ExampleCanvasSizeChange project for an example.
- KEYS_LOCK_WHEN_SLIDER_MOVED_TO_CENTER_POSITION: This device locks its keyboard when the slider is moved to the center position.  The application is not paused while the keys are locked.  The user can unlock the keyboard by moving the slider or manually unlocking the keys.
- NETWORK_CONNECTION_ICON_DISPLAYED_ON_SCREEN: The network icon may be displayed on screen.  The icon is a small graphic displayed on screen sometimes only when network access is available, sometimes only after the network has been accessed by the phone.  Sometimes the icon will disappear when the phone is no longer accessing the network.  Other times, the icon will remain visible even after the network transaction has completed.  Other times, the icon will remain visible if the browser is running in the background, even if the application is not actually using the network itself.
- PHONE_CALL_IS_UNOBTRUSIVE: This device does not pause the application during a phone call, the application can still be used during a phone call.  Audio may or may not be allowed durring the phone call, depending on the device.
=========================================
