PropertyID.DesktopModeAppExternalScreenOnInsert Field |
public const Int32 DesktopModeAppExternalScreenOnInsert = "value"
Public Const DesktopModeAppExternalScreenOnInsert As Int32 = "value"
The value of the property should be a string in the format `package_name/activity_name`, where `package_name` is the app to be launched and `activity_name` is the name of the specific app activity to be launched. For example if DESKTOP_MODE_APP_EXTERNAL_SCREEN_ON_INSERT="com.datalogic.scan/.MainActivity", the `MainActivity` of `Scan Demo` app will be launched upon insertion event.
The app will be displayed on the external screen only and only if DESKTOP_MODE_POLICY
is set to DesktopModePolicy.DUAL_SCREEN
. Otherwise, the external screen will show
the app set by CRADLE_APP_ON_INSERT
because the external display is mirroring the
main display.
Note:
It behaves similarly to CRADLE_APP_ON_INSERT
and CRADLE_APP_ON_EXTRACT
which are
not specific to `Desktop Mode' but are related only to insertion and extraction events.
The class of the property is TextProperty
.
© 2016 Datalogic S.p.A. and/or its affiliates. All rights reserved. Datalogic and the Datalogic logo are registered trademarks of Datalogic S.p.A. in many countries including the U.S.A. and the E.U. All other trademarks are the property of their respective owners.