mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Merge pull request #809 from menakaj/master
Added tooltips for Android Policy restrictions.
This commit is contained in:
commit
4f125c23db
@ -321,7 +321,7 @@
|
||||
<input id="camera-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="cameraEnabled" checked="checked"/>
|
||||
<span class="helper"
|
||||
title="Having this checked would enable Usage of phone camera in the device.">
|
||||
title="Enables the usage of device camera.">
|
||||
Allow use of camera
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -340,7 +340,7 @@
|
||||
<input id="disallow-configuring-credentials-enabled" type="checkbox"
|
||||
class="operationDataKeys"
|
||||
data-key="disallowConfigCredentials"/>
|
||||
<span class="helper" title="Having this checked would disallow configuring credentials.">
|
||||
<span class="helper" title="Users are restricted from changing their password.">
|
||||
Disallow configuring credentials
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -351,7 +351,7 @@
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="disallow-configuring-VPN-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="disallowConfigVpn"/>
|
||||
<span class="helper" title="Having this checked would disallow configuring VPN.">
|
||||
<span class="helper" title="Users are restricted from configuring VPN.">
|
||||
Disallow configuring VPN
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -364,7 +364,7 @@
|
||||
<input id="disallow-configuring-app-control-enabled" type="checkbox"
|
||||
class="operationDataKeys"
|
||||
data-key="disallowAppControl"/>
|
||||
<span class="helper" title="Having this checked would disallow configuring app control.">
|
||||
<span class="helper" title="Restricts users from modifying applications in the device's settings or launchers.">
|
||||
Disallow configuring app control
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -376,7 +376,8 @@
|
||||
<input id="disallow-cross-profile-copy-paste-enabled" type="checkbox"
|
||||
class="operationDataKeys"
|
||||
data-key="disallowCrossProfileCopyPaste"/>
|
||||
<span class="helper" title="Having this checked would disallow cross profile copy paste.">
|
||||
<span class="helper" title="Device owners are restricted from copying items that are copied to the
|
||||
clipboard from the managed profile to the parent profile or vice-versa.">
|
||||
Disallow cross profile copy paste
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -387,8 +388,8 @@
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="disallow-debugging-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="disallowDebugging"/>
|
||||
<span class="helper" title="Having this checked would disallow debugging.">
|
||||
Disallow debuging
|
||||
<span class="helper" title="Users are restricted from accessing debug logs.">
|
||||
Disallow debugging
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
</label>
|
||||
@ -398,7 +399,7 @@
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="disallow-install-apps-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="disallowInstallApps"/>
|
||||
<span class="helper" title="Having this checked would disallow install apps.">
|
||||
<span class="helper" title="Users are restricted from installing applications.">
|
||||
Disallow install apps
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -410,8 +411,7 @@
|
||||
<input id="disallow-installing-from-unknown-enabled" type="checkbox"
|
||||
class="operationDataKeys"
|
||||
data-key="disallowInstallUnknownSources"/>
|
||||
<span class="helper" title="Having this checked would disallow installing from unknown
|
||||
sources.">
|
||||
<span class="helper" title="Users are restricted from installing applications from unknown origin.">
|
||||
Disallow install from unknown sources
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -422,7 +422,7 @@
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="disallow-modify-accounts-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="disallowModifyAccounts"/>
|
||||
<span class="helper" title="Having this checked would disallow modify accounts.">
|
||||
<span class="helper" title="Users are restricted from modifying user accounts.">
|
||||
Disallow modify accounts
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -433,7 +433,7 @@
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="disallow-outgoing-beam-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="disallowOutgoingBeam"/>
|
||||
<span class="helper" title="Having this checked would disallow outgoing beam.">
|
||||
<span class="helper" title="Users are restricted from using NFC bump.">
|
||||
Disallow outgoing beam
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -444,7 +444,7 @@
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="disallow-location-sharing-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="disallowLocationSharing"/>
|
||||
<span class="helper" title="Having this checked would disallow location sharing.">
|
||||
<span class="helper" title="Users are restricted from sharing their geo-location.">
|
||||
Disallow location sharing
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -455,7 +455,7 @@
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="disallow-uninstall-apps-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="disallowUninstallApps"/>
|
||||
<span class="helper" title="Having this checked would disallow uninstall apps.">
|
||||
<span class="helper" title="Users are restricted from uninstalling applications.">
|
||||
Disallow uninstall apps
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -467,7 +467,7 @@
|
||||
<input id="disallow-parent-profile-app-linking-enabled" type="checkbox"
|
||||
class="operationDataKeys"
|
||||
data-key="disallowParentProfileAppLinking"/>
|
||||
<span class="helper" title="Having this checked would disallow parent profile app linking.">
|
||||
<span class="helper" title="Allows apps in the parent profile to access or handle web links from the managed profile.">
|
||||
Disallow parent profile app linking
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -478,7 +478,7 @@
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="ensure-verifying-apps-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="ensureVerifyApps"/>
|
||||
<span class="helper" title="Having this checked would ensure verifying apps .">
|
||||
<span class="helper" title="Ensure app verification.">
|
||||
Ensure verifying apps
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -489,7 +489,7 @@
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="enable-auto-timing-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="enableAutoTime"/>
|
||||
<span class="helper" title="Having this checked would enable auto timing .">
|
||||
<span class="helper" title="Enables the auto time feature that is in the device's Settings > Date & Time.">
|
||||
Enable auto timing
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -500,7 +500,7 @@
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="disable-screen-capture-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="disableScreenCapture"/>
|
||||
<span class="helper" title="Having this checked would disable screen capture .">
|
||||
<span class="helper" title="Screen capturing would be disabled.">
|
||||
Disable screen capture
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -517,7 +517,7 @@
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="disallow-SMS-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="disallowSMS"/>
|
||||
<span class="helper" title="Having this checked would disallow SMS.">
|
||||
<span class="helper" title="Users are restricted from sending SMS messages.">
|
||||
Disallow SMS
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -528,7 +528,7 @@
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="volume-adjust-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="disallowAdjustVolumeEnabled"/>
|
||||
<span class="helper" title="Having this checked would disallow volume adjust.">
|
||||
<span class="helper" title="Users are restricted from adjusting device volume.">
|
||||
Disallow volume adjust
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -540,7 +540,7 @@
|
||||
<input id="disallow-configuring-cell-broadcast-enabled" type="checkbox"
|
||||
class="operationDataKeys"
|
||||
data-key="disallowConfigCellBroadcasts"/>
|
||||
<span class="helper" title="Having this checked would disallow configuring cell broadcast.">
|
||||
<span class="helper" title="Users are restricted from configuring cell broadcast.">
|
||||
Disallow cell broadcast
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -551,7 +551,7 @@
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="disallow-configuring-bluetooth-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="disallowConfigBluetooth"/>
|
||||
<span class="helper" title="Having this checked would disallow configuring bluetooth.">
|
||||
<span class="helper" title="Users are restricted from configuring bluetooth.">
|
||||
Disallow configuring bluetooth.
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -564,7 +564,7 @@
|
||||
class="operationDataKeys"
|
||||
data-key="disallowConfigMobileNetworks"/>
|
||||
<span class="helper"
|
||||
title="Having this checked would disallow configuring mobile networks.">
|
||||
title="Users are restricted from configuring mobile networks.">
|
||||
Disallow configuring mobile networks
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -576,7 +576,7 @@
|
||||
<input id="disallow-configuring-tethering-enabled" type="checkbox"
|
||||
class="operationDataKeys"
|
||||
data-key="disallowConfigTethering"/>
|
||||
<span class="helper" title="Having this checked would disallow configuring tethering.">
|
||||
<span class="helper" title="Users are restricted from configuring tethering.">
|
||||
Disallow configuring tethering
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -587,7 +587,7 @@
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="disallow-configuring-Wifi-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="disallowConfigWifi"/>
|
||||
<span class="helper" title="Having this checked would disallow configuring Wifi.">
|
||||
<span class="helper" title="Users are restricted from configuring Wifi.">
|
||||
Disallow configuring Wifi
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -598,7 +598,7 @@
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="disallow-safe-boot-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="disallowSafeBoot"/>
|
||||
<span class="helper" title="Having this checked would disallow safe boot.">
|
||||
<span class="helper" title="Users are restricted to enter safe boot mode.">
|
||||
Disallow safe boot
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -609,7 +609,7 @@
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="disallow-outgoing-calls-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="disallowOutgoingCalls"/>
|
||||
<span class="helper" title="Having this checked would disallow outgoing calls.">
|
||||
<span class="helper" title="Users are restricted from taking calls.">
|
||||
Disallow outgoing calls
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -620,7 +620,7 @@
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="disallow-mount-physical-media-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="disallowMountPhysicalMedia"/>
|
||||
<span class="helper" title="Having this checked would disallow mount physical media.">
|
||||
<span class="helper" title="Users are restricted from mounting the device as physical media.">
|
||||
Disallow mount physical media
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -631,7 +631,7 @@
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="disallow-create-window-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="disallowCreateWindows"/>
|
||||
<span class="helper" title="Having this checked would disallow create window.">
|
||||
<span class="helper" title="Restricts device owners from opening new windows beside the app windows.">
|
||||
Disallow create window
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -642,7 +642,7 @@
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="disallow-factory-reset-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="disallowFactoryReset"/>
|
||||
<span class="helper" title="Having this checked would disallow factory reset.">
|
||||
<span class="helper" title="Users are restricted from performing factory reset.">
|
||||
Disallow factory reset
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -653,7 +653,7 @@
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="disallow-remove-user-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="disallowRemoveUser"/>
|
||||
<span class="helper" title="Having this checked would disallow remove user.">
|
||||
<span class="helper" title="Users are restricted from removing user.">
|
||||
Disallow remove user
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -664,7 +664,7 @@
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="disallow-add-user-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="disallowAddUser"/>
|
||||
<span class="helper" title="Having this checked would disallow add user.">
|
||||
<span class="helper" title="Users are restricted from creating new users.">
|
||||
Disallow add user
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -675,7 +675,7 @@
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="disallow-network-reset-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="disallowNetworkReset"/>
|
||||
<span class="helper" title="Having this checked would disallow network reset.">
|
||||
<span class="helper" title="Users are restricted from resetting network.">
|
||||
Disallow network reset
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -686,7 +686,7 @@
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="disallow-USB-transfer-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="disallowUSBFileTransfer"/>
|
||||
<span class="helper" title="Having this checked would disallow USB file transfer.">
|
||||
<span class="helper" title="Users are restricted from transferring files via USB.">
|
||||
Disallow USB file transfer
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -697,7 +697,7 @@
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="disallow-unmute-microphone-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="disallowUnmuteMicrophone"/>
|
||||
<span class="helper" title="Having this checked would disallow unmute microphone.">
|
||||
<span class="helper" title="Users are restricted from unmuting the microphone.">
|
||||
Disallow unmute microphone
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -715,7 +715,7 @@
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="disable-status-bar-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="disableStatusBar"/>
|
||||
<span class="helper" title="Having this checked would disable status bar .">
|
||||
<span class="helper" title="Checking this will dissable the status bar.">
|
||||
Disable status bar
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
|
||||
@ -327,7 +327,7 @@
|
||||
<input id="camera-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="cameraEnabled" checked="checked"/>
|
||||
<span class="helper"
|
||||
title="Having this checked would enable Usage of phone camera in the device.">
|
||||
title="Enables the usage of device camera.">
|
||||
Allow use of camera
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -348,7 +348,7 @@
|
||||
class="operationDataKeys"
|
||||
data-key="disallowConfigCredentials"/>
|
||||
<span class="helper"
|
||||
title="Having this checked would disallow configuring credentials.">
|
||||
title="Users are restricted from changing their password.">
|
||||
Disallow configuring credentials
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -359,7 +359,7 @@
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="disallow-configuring-VPN-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="disallowConfigVpn"/>
|
||||
<span class="helper" title="Having this checked would disallow configuring VPN.">
|
||||
<span class="helper" title="Users are restricted from configuring VPN.">
|
||||
Disallow configuring VPN
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -373,7 +373,7 @@
|
||||
class="operationDataKeys"
|
||||
data-key="disallowAppControl"/>
|
||||
<span class="helper"
|
||||
title="Having this checked would disallow configuring app control.">
|
||||
title="Restricts users from modifying applications in the device's settings or launchers.">
|
||||
Disallow configuring app control
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -386,7 +386,8 @@
|
||||
class="operationDataKeys"
|
||||
data-key="disallowCrossProfileCopyPaste"/>
|
||||
<span class="helper"
|
||||
title="Having this checked would disallow cross profile copy paste.">
|
||||
title="Device owners are restricted from copying items that are copied to the
|
||||
clipboard from the managed profile to the parent profile or vice-versa.">
|
||||
Disallow cross profile copy paste
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -397,8 +398,8 @@
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="disallow-debugging-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="disallowDebugging"/>
|
||||
<span class="helper" title="Having this checked would disallow debugging.">
|
||||
Disallow debuging
|
||||
<span class="helper" title="Users are restricted from accessing debug logs.">
|
||||
Disallow debugging
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
</label>
|
||||
@ -408,7 +409,7 @@
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="disallow-install-apps-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="disallowInstallApps"/>
|
||||
<span class="helper" title="Having this checked would disallow install apps.">
|
||||
<span class="helper" title="Users are restricted from installing applications.">
|
||||
Disallow install apps
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -420,8 +421,7 @@
|
||||
<input id="disallow-installing-from-unknown-enabled" type="checkbox"
|
||||
class="operationDataKeys"
|
||||
data-key="disallowInstallUnknownSources"/>
|
||||
<span class="helper" title="Having this checked would disallow installing from unknown
|
||||
sources.">
|
||||
<span class="helper" title="Users are restricted from installing applications from unknown origin.">
|
||||
Disallow install from unknown sources
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -432,7 +432,7 @@
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="disallow-modify-accounts-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="disallowModifyAccounts"/>
|
||||
<span class="helper" title="Having this checked would disallow modify accounts.">
|
||||
<span class="helper" title="Users are restricted from modifying user accounts.">
|
||||
Disallow modify accounts
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -443,7 +443,7 @@
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="disallow-outgoing-beam-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="disallowOutgoingBeam"/>
|
||||
<span class="helper" title="Having this checked would disallow outgoing beam.">
|
||||
<span class="helper" title="Users are restricted from using NFC bump.">
|
||||
Disallow outgoing beam
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -454,7 +454,7 @@
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="disallow-location-sharing-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="disallowLocationSharing"/>
|
||||
<span class="helper" title="Having this checked would disallow location sharing.">
|
||||
<span class="helper" title="Users are restricted from sharing their geo-location.">
|
||||
Disallow location sharing
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -465,7 +465,7 @@
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="disallow-uninstall-apps-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="disallowUninstallApps"/>
|
||||
<span class="helper" title="Having this checked would disallow uninstall apps.">
|
||||
<span class="helper" title="Users are restricted from uninstalling applications.">
|
||||
Disallow uninstall apps
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -478,7 +478,7 @@
|
||||
class="operationDataKeys"
|
||||
data-key="disallowParentProfileAppLinking"/>
|
||||
<span class="helper"
|
||||
title="Having this checked would disallow parent profile app linking.">
|
||||
title="Allows apps in the parent profile to access or handle web links from the managed profile.">
|
||||
Disallow parent profile app linking
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -489,7 +489,7 @@
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="ensure-verifying-apps-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="ensureVerifyApps"/>
|
||||
<span class="helper" title="Having this checked would ensure verifying apps .">
|
||||
<span class="helper" title="Ensure app verification.">
|
||||
Ensure verifying apps
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -500,7 +500,7 @@
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="enable-auto-timing-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="enableAutoTime"/>
|
||||
<span class="helper" title="Having this checked would enable auto timing .">
|
||||
<span class="helper" title="Enables the auto time feature that is in the device's Settings > Date & Time.">
|
||||
Enable auto timing
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -511,7 +511,7 @@
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="disable-screen-capture-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="disableScreenCapture"/>
|
||||
<span class="helper" title="Having this checked would disable screen capture .">
|
||||
<span class="helper" title="Screen capturing would be disabled.">
|
||||
Disable screen capture
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -540,7 +540,7 @@
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="disallow-SMS-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="disallowSMS"/>
|
||||
<span class="helper" title="Having this checked would disallow SMS.">
|
||||
<span class="helper" title="Users are restricted from sending SMS messages.">
|
||||
Disallow SMS
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -551,7 +551,7 @@
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="volume-adjust-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="disallowAdjustVolumeEnabled"/>
|
||||
<span class="helper" title="Having this checked would disallow volume adjust.">
|
||||
<span class="helper" title="Users are restricted from adjusting device volume.">
|
||||
Disallow volume adjust
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -564,7 +564,7 @@
|
||||
class="operationDataKeys"
|
||||
data-key="disallowConfigCellBroadcasts"/>
|
||||
<span class="helper"
|
||||
title="Having this checked would disallow configuring cell broadcast.">
|
||||
title="Users are restricted from configuring cell broadcast.">
|
||||
Disallow cell broadcast
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -577,7 +577,7 @@
|
||||
class="operationDataKeys"
|
||||
data-key="disallowConfigBluetooth"/>
|
||||
<span class="helper"
|
||||
title="Having this checked would disallow configuring bluetooth.">
|
||||
title="Users are restricted from configuring bluetooth.">
|
||||
Disallow configuring bluetooth.
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -590,7 +590,7 @@
|
||||
class="operationDataKeys"
|
||||
data-key="disallowConfigMobileNetworks"/>
|
||||
<span class="helper"
|
||||
title="Having this checked would disallow configuring mobile networks.">
|
||||
title="Users are restricted from configuring mobile networks.">
|
||||
Disallow configuring mobile networks
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -603,7 +603,7 @@
|
||||
class="operationDataKeys"
|
||||
data-key="disallowConfigTethering"/>
|
||||
<span class="helper"
|
||||
title="Having this checked would disallow configuring tethering.">
|
||||
title="Users are restricted from configuring tethering.">
|
||||
Disallow configuring tethering
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -615,7 +615,7 @@
|
||||
<input id="disallow-configuring-Wifi-enabled" type="checkbox"
|
||||
class="operationDataKeys"
|
||||
data-key="disallowConfigWifi"/>
|
||||
<span class="helper" title="Having this checked would disallow configuring Wifi.">
|
||||
<span class="helper" title="Users are restricted from configuring Wifi.">
|
||||
Disallow configuring Wifi
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -626,7 +626,7 @@
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="disallow-safe-boot-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="disallowSafeBoot"/>
|
||||
<span class="helper" title="Having this checked would disallow safe boot.">
|
||||
<span class="helper" title="Users are restricted to enter safe boot mode.">
|
||||
Disallow safe boot
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -638,7 +638,7 @@
|
||||
<input id="disallow-outgoing-calls-enabled" type="checkbox"
|
||||
class="operationDataKeys"
|
||||
data-key="disallowOutgoingCalls"/>
|
||||
<span class="helper" title="Having this checked would disallow outgoing calls.">
|
||||
<span class="helper" title="Users are restricted from taking calls.">
|
||||
Disallow outgoing calls
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -651,7 +651,7 @@
|
||||
class="operationDataKeys"
|
||||
data-key="disallowMountPhysicalMedia"/>
|
||||
<span class="helper"
|
||||
title="Having this checked would disallow mount physical media.">
|
||||
title="Users are restricted from mounting the device as physical media.">
|
||||
Disallow mount physical media
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -662,7 +662,7 @@
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="disallow-create-window-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="disallowCreateWindows"/>
|
||||
<span class="helper" title="Having this checked would disallow create window.">
|
||||
<span class="helper" title="Restricts device owners from opening new windows beside the app windows.">
|
||||
Disallow create window
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -673,7 +673,7 @@
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="disallow-factory-reset-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="disallowFactoryReset"/>
|
||||
<span class="helper" title="Having this checked would disallow factory reset.">
|
||||
<span class="helper" title="Users are restricted from performing factory reset.">
|
||||
Disallow factory reset
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -684,7 +684,7 @@
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="disallow-remove-user-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="disallowRemoveUser"/>
|
||||
<span class="helper" title="Having this checked would disallow remove user.">
|
||||
<span class="helper" title="Users are restricted from removing user.">
|
||||
Disallow remove user
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -695,7 +695,7 @@
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="disallow-add-user-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="disallowAddUser"/>
|
||||
<span class="helper" title="Having this checked would disallow add user.">
|
||||
<span class="helper" title="Users are restricted from creating new users.">
|
||||
Disallow add user
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -706,7 +706,7 @@
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="disallow-network-reset-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="disallowNetworkReset"/>
|
||||
<span class="helper" title="Having this checked would disallow network reset.">
|
||||
<span class="helper" title="Users are restricted from resetting network.">
|
||||
Disallow network reset
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -717,7 +717,7 @@
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="disallow-USB-transfer-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="disallowUSBFileTransfer"/>
|
||||
<span class="helper" title="Having this checked would disallow USB file transfer.">
|
||||
<span class="helper" title="Users are restricted from transferring files via USB.">
|
||||
Disallow USB file transfer
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -729,7 +729,7 @@
|
||||
<input id="disallow-unmute-microphone-enabled" type="checkbox"
|
||||
class="operationDataKeys"
|
||||
data-key="disallowUnmuteMicrophone"/>
|
||||
<span class="helper" title="Having this checked would disallow unmute microphone.">
|
||||
<span class="helper" title="Users are restricted from unmuting the microphone.">
|
||||
Disallow unmute microphone
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
@ -741,8 +741,7 @@
|
||||
<ul class="message message-info">
|
||||
<i class="icon fw fw-info"></i>
|
||||
<a id="policy-listing-status-msg">Below restrictions will be applied on devices with
|
||||
Android
|
||||
version 6.0 Marshmallow onwards only.</a>
|
||||
Android version 6.0 Marshmallow onwards only.</a>
|
||||
</ul>
|
||||
</div>
|
||||
<br/>
|
||||
@ -750,7 +749,7 @@
|
||||
<label class="wr-input-control checkbox">
|
||||
<input id="disable-status-bar-enabled" type="checkbox" class="operationDataKeys"
|
||||
data-key="disableStatusBar"/>
|
||||
<span class="helper" title="Having this checked would disable status bar .">
|
||||
<span class="helper" title="Checking this will dissable the status bar.">
|
||||
Disable status bar
|
||||
<span class="wr-help-tip glyphicon glyphicon-question-sign"></span>
|
||||
</span>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user