PropertyID.QuickSettingsTilesAirplaneModeHidden Field |
public const Int32 QuickSettingsTilesAirplaneModeHidden = "value"
Public Const QuickSettingsTilesAirplaneModeHidden As Int32 = "value"
If this parameter is enabled, the toggle button to enable or disable the Airplane mode is no longer visible in the quick settings menu. The quick settings menu is the area that appears when the user swipes down from the top of the screen. So the user is not able to enable or disable the hotspot feature from there.
When the Airplane mode tile was previously hidden and this property value changes to disabled,
then the tile becomes accessible to the users again in the quick settings menu.
But, the tile is not automatically added to the visible tile list.
Therefore, in order to be visible, that tile shall be added to QUICK_SETTINGS_PANEL_TILES
.
The user would still be able to access and control the hotspot feature from the main Settings.
Therefore, this parameter can be use with AIRPLANE_MODE_SETTING_DIMMED
,
to prevent the user to change the configuration of this feature.
The class of the property is BooleanProperty
.
© 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.