PropertyID.ScreensaverComponent Field |
public const Int32 ScreensaverComponent = "value"
Public Const ScreensaverComponent As Int32 = "value"
This property allows the user to select the app that will manage the screensaver. The value of the property should be a string in the format `package_name/activity_name`, where `package_name` is the screensaver app and `activity_name` is the name of the specific app activity that manages the screensaver. For example, if `SCREENSAVER_COMPONENT="com.google.android.deskclock/com.android.deskclock.Screensaver"`, the clock screensaver will be launched. To use `Datalogic Screensaver` set `SCREENSAVER_COMPONENT="com.datalogic.settings.datalogicscreensaver/com.datalogic.settings.datalogicscreensaver.ScreensaverService"` The screensaver app can also be selected under `Display -> Screen saver` in Android settings. Any app can be used to manage the screensaver if it extends a `DreamService`.
For more information, refer to the Android documentation: DreamService.
For enabling or disabling the screensaver, please refer to the parameter SCREENSAVER_ENABLED
.
To change the policy to start the screensaver, please refer to the parameter SCREENSAVER_POLICY
.
This parameter can be used with SCREENSAVER_SETTING_DIMMED
to prevent
the user from changing the configuration of this feature.
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.