System app database

Package

com.zebra.devicemanager

ZebraDeviceManager

3device profiles
3observations
0user-facing hits
2 Jun 2026last seen

Package intelligence

Observed signing, permission, version and size signals from contributing devices - descriptive of that sample, not a verdict. These come from the v2 Package Search sync, which not every device has contributed to yet, so for some packages this detail is partial or not present at all.

1
signing cert
consistent across devices
69
permissions
largest set observed
49.4 MB
APK size
33
target SDK
15.2.0.2
versions observed
1
device profile
Declared permissions (69)

Largest permission set observed for this package. Text is Android's own published description where one exists; platform permissions Android does not document show their granted protection level (in grey) instead; vendor or unknown constants show the name only.

PermissionDescription
ACCESS_NETWORK_STATE Allows the app to view information about network connections such as which networks exist and are connected.
ACCESS_WIFI_STATE Allows the app to view information about Wi-Fi networking, such as whether Wi-Fi is enabled and name of connected Wi-Fi devices.
BLUETOOTH Allows the app to view the configuration of the Bluetooth on the phone, and to make and accept connections with paired devices.
BLUETOOTH_ADMIN Allows the app to configure the local Bluetooth phone, and to discover and pair with remote devices.
BLUETOOTH_CONNECT Allows the app to connect to paired Bluetooth devices
CALL_PHONE Allows the app to call phone numbers without your intervention. This may result in unexpected charges or calls. Note that this doesn't allow the app to call emergency numbers. Malicious apps may cost you money by making calls without your confirmation, or dial carrier codes which cause incoming calls to be automatically forwarded to another number.
CHANGE_CONFIGURATION Signature or privileged system permission.
CHANGE_WIFI_STATE Allows the app to connect to and disconnect from Wi-Fi access points and to make changes to device configuration for Wi-Fi networks.
DEVICE_POWER Signature-level system permission, for platform-signed apps.
FOREGROUND_SERVICE Allows the app to make use of foreground services.
GET_ACCOUNTS Allows the app to get the list of accounts known by the phone. This may include any accounts created by applications you have installed.
INTERACT_ACROSS_USERS Signature or privileged system permission.
INTERACT_ACROSS_USERS_FULL Signature-level system permission, for platform-signed apps.
INTERNET Allows the app to create network sockets and use custom network protocols. The browser and other applications provide means to send data to the internet, so this permission is not required to send data to the internet.
MANAGE_ACCOUNTS Install-time permission, granted automatically. docs ↗
MANAGE_DEVICE_POLICY_AUDIO_OUTPUT Internal platform permission, granted only by the system.
MANAGE_EXTERNAL_STORAGE Signature-level system permission, for platform-signed apps. docs ↗
MANAGE_USERS Signature or privileged system permission.
MASTER_CLEAR Signature or privileged system permission.
MODIFY_PHONE_STATE Signature or privileged system permission.
NFC Allows the app to communicate with Near Field Communication (NFC) tags, cards, and readers.
NFC_TRANSACTION_EVENT Allows the app to receive information about transactions happening on a Secure Element.
POST_NOTIFICATIONS Allows the app to show notifications
QUERY_ALL_PACKAGES Allows an app to see all installed packages.
READ_EXTERNAL_STORAGE Allows the app to read the contents of your shared storage.
READ_PHONE_STATE Allows the app to access the phone features of the device. This permission allows the app to determine the phone number and device IDs, whether a call is active, and the remote number connected by a call.
REBOOT Signature or privileged system permission.
RECEIVE_BOOT_COMPLETED Allows the app to have itself started as soon as the system has finished booting. This can make it take longer to start the phone and allow the app to slow down the overall phone by always running.
REORDER_TASKS Allows the app to move tasks to the foreground and background. The app may do this without your input.
REQUEST_PASSWORD_COMPLEXITY Allows the app to learn the screen lock complexity level (high, medium, low or none), which indicates the possible range of length and type of the screen lock. The app can also suggest to users that they update the screen lock to a certain level but users can freely ignore and navigate away. Note that the screen lock is not stored in plaintext so the app does not know the exact password.
SET_TIME Signature or privileged system permission.
SET_TIME_ZONE Allows the app to change the phone's time zone.
SET_WALLPAPER Allows the app to set the system wallpaper.
SYSTEM_ALERT_WINDOW This app can appear on top of other apps or other parts of the screen. This may interfere with normal app usage and change the way that other apps appear.
WAKE_LOCK Allows the app to prevent the phone from going to sleep.
WRITE_EXTERNAL_STORAGE Allows the app to write the contents of your shared storage.
WRITE_MEDIA_STORAGE Signature or privileged system permission.
WRITE_SECURE_SETTINGS Signature or privileged system permission.
com.android.vending.setup.PLAY_SETUP_SERVICE -
com.symbol.dataanalytics.permission.MESSAGING -
com.symbol.heatercontrolserv.heatercontrol -
com.symbol.intent.action.UPDATE_CANCEL -
com.symbol.mxmf.ACCESS_MX_MANAGEMENT_FRAMEWORK_SERVICE -
com.symbol.mxmf.proxyframework.BIND_SERVICE -
com.symbol.mxmf.proxyframework.BIND_SERVICE_PRIVAPI -
com.symbol.osx.applist.permission.APP_LIST_MANAGEMENT -
com.symbol.osx.multiuser.permission.MULTIUSER_STATUS -
com.symbol.osx.proxyframework.permission.APP_LOCKOUT -
com.symbol.osx.proxyframework.permission.BIND_APP_INSTALL_UNINSTALL -
com.symbol.osx.proxyframework.permission.BIND_CERT_INSTALL_UNINSTALL -
com.symbol.osx.proxyframework.permission.BIND_DEVICE_ADMIN -
com.symbol.osx.proxyframework.permission.BIND_SYSTEM_INFO_REPORTING -
com.symbol.osx.proxyframework.permission.MULTIUSER_CHANGE -
com.symbol.osx.proxyframework.permission.MXADDONSERVICE_CONTROL -
com.symbol.osx.proxyframework.permission.SETTINGS_CHANGE -
com.symbol.osx.rootdetection.permission.START_ROOT_DETECTION -
com.symbol.osx.securestorage.permission.SECURE_STORAGE -
com.symbol.osx.threatdetectionservice.permission.BIND_THREAT_DETECTION_SERVICE_CONTROL -
com.symbol.permission.ENTERPRISE -
com.symbol.permission.FUSION_ACCESS -
com.symbol.permission.FUSION_CHANGE -
com.symbol.permission.FUSION_ETHERNET_BIND_ACCESS -
com.symbol.psfserv.psfservice -
com.symbol.screenblankingservice.screenblanking -
com.zebra.permission.ACCESS_RXLOGGER -
com.zebra.provider.READ -
com.zebra.provider.WRITE -
com.zebra.securestoragemanager.securecontentprovider.PERMISSION.READ -
com.zebra.securestoragemanager.securecontentprovider.PERMISSION.WRITE -

Manage on devices

ADB commands for this package (the inverse of each is included so you can undo). Run from an authorised shell or wire the equivalent into your DPC. Verify on a test device first - this database doesn’t yet classify which packages are safe to change. --user 0 targets the current user; drop it (and use a privileged shell) to act device-wide.

Disable for the current user
adb shell pm disable-user --user 0 com.zebra.devicemanager
Remove for the current user - a per-user uninstall; the APK stays on /system, so Restore re-adds it (-k keeps app data)
adb shell pm uninstall -k --user 0 com.zebra.devicemanager
Re-enable
adb shell pm enable com.zebra.devicemanager
Restore (re-install for the current user)
adb shell pm install-existing com.zebra.devicemanager

Seen on

Each record is a device profile (make + model + Android version). Each unique handset that syncs against a matching profile will increase the observations of a package, thereby increasing confidence that a package is expected to be on a device.

OEMModelAndroidProvenanceObservationsLast seen
Zebra Technologies KC50 Android 13 - 1 22 Dec 2025
Zebra Technologies KC50 Android 14 OEM Zebra Technologies 1 2 Jun 2026
Zebra Technologies TC21 Android 13 - 1 6 Sep 2025

Known labels

Locale-aware display names seen in the wild.

LabelLocaleSeen
ZebraDeviceManager en-us 3
ZebraDeviceManager en 1