The "SmartDocs" bar can customize this page to show only the features present on a particular Zebra device.
OSX, MX and Android version information for a device can be found in the Android Settings panel or by querying the device through ADB, EMDK or the MX CSP. More info.
The SD Card Manager (SdCardMgr) controls the use of external device storage, and is intended primarily as a security measure on devices that support a physically removable storage medium such as a Micro SD Card or USB media.
When a device supports physically removable storage, it is sometimes necessary to prevent access to such media so that unwanted software cannot be loaded onto the device or sensitive data be removed. Preventing the use of removable media greatly reduces such risks.
On devices that support a removable storage medium, that medium is the default target of the usage parameter of this CSP. Otherwise, the Primary Storage Card is the target.
/sdcard
or /storage
for allowing apps to access each of the supported storage cards within a device. Paths such as /storage/sdcard0
and /storage/sdcard1
are supported when multiple storage cards are present. /sdcard0
links to /storage/sdcard0
.Note: While the term "card" might imply a removable medium, the primary (and secondary) "storage card(s)" in most Zebra devices are simulated using flash memory that's built into the device and cannot be removed. On devices that support a physically removable medium such a Micro SD Card, such storage is identified and accessed using similar terminologies.
Used to control access to storage on the device, which can include internal (fixed) storage and removable SD cards. When Disabled (option 1), access to all storage is completely blocked. IMPORTANT: Removable media can become inaccessible by means other than blockage by this CSP. For example, an unblocked Micro SD card is inaccessible if physically removed from the device or if encrypted and the Named Key has been removed from the Key Storage Database (see EncryptMgr).
Note: This parameter acts on external storage by default. If external storage is not supported by the device, primary storage is the target.
Status: In devices running Android 13 and later, this feature can be accessed through StageNow and compatible EMM systems, or using Android Device Policy Manager (DPM) APIs.
Parm Name: SdCardUsage
<wap-provisioningdoc>
<characteristic type="SdCardMgr" version="4.3" >
<parm name="SdCardUsage" value="2"/>
</characteristic>
</wap-provisioningdoc>
<wap-provisioningdoc>
<characteristic type="SdCardMgr" >
<parm-query name="SdCardUsage"/>
</characteristic>
</wap-provisioningdoc>
<wap-provisioningdoc>
<characteristic type="SdCardMgr" version="4.3" >
<parm name="SdCardUsage" value="2"/>
</characteristic>
</wap-provisioningdoc>