On the SmartOperation Panel (G2), the following configuration change events may occur:
- "locale" – when the language is changed
- "keyboard" – when the USB keyboard is connected
By default, Android restarts the running activities upon the the configuration change events. If you would like to avoid the activity restart, your SOP application must handle the events by itself.
Reference: http://developer.android.com/guide/topics/resources/runtime-changes.html
Tech Tip Classification