Endpoint Management

Mobile device management for Android

norman@preyhq.com
Norman G.
Jul 22, 2026
0 minute read
Mobile device management for Android
TL;DR

What you need to know about Android MDM

  • Android MDM is not generic MDM: it's built around Android Enterprise and Managed Google Play, and the management mode you pick decides how much you control and how much privacy the user keeps.
  • Three management modes matter: work profile (personal/BYOD device with a corporate container), fully managed (company-owned, full IT control), and fully managed with a work profile.
  • Enrollment has names: Zero-Touch Enrollment for bulk company-owned devices, Samsung Knox Mobile Enrollment for Samsung hardware, and QR/NFC for smaller fleets.
  • Know the limits: a queued wipe won't reach a device that's offline, and an OS-level agent doesn't survive a factory reset. Full-disk encryption is the real backstop.
  • The gap most fleets hit: native MDM recovery is slow and location is weak. A recovery layer that complements your MDM closes it, without replacing anything.

Mobile devices carry more corporate data than ever, and most of them run Android. As of 2024, Android holds roughly 71% of the global mobile market. When your team opens email or an internal app from a phone or tablet, the odds are it's an Android device, often a personal one under a BYOD policy. That reach is exactly why Android MDM has become a baseline control rather than a nice-to-have.

That reach is also what attackers watch. Mobile malware infections rose sharply between 2021 and 2023, and a device left unmanaged is a device you can't patch, lock, or wipe when something goes wrong. The problem isn't that Android is insecure. It's that most fleets treat Android like an afterthought: enrolled loosely, if at all, with policies copied over from the Windows playbook that don't map to how Android actually works.

Here's the gap this guide closes. Plenty of articles tell you MDM "manages Android devices." Few explain what makes Android management genuinely different: the ownership modes, what Managed Google Play actually controls, how enrollment works at scale, and what your MDM still can't do when a device goes dark. Those are the decisions that separate a fleet you control from a spreadsheet of hopeful entries.

Android Mobile Device Management (MDM) is how IT teams enroll, configure, secure, and remotely manage Android devices from one console: enforcing policies, distributing apps through Managed Google Play, and locking or wiping devices that go missing. It's a subset of MDM built around Android Enterprise, Google's framework for business device control. MDM for Android sits inside the broader category vendors call EMM (enterprise mobility management) or UEM (unified endpoint management); the Android-specific mechanics are the same. The rest of this guide is about doing it well.

How does MDM work on Android devices?

Android MDM runs through a management client on each device that reports to a central console. IT enrolls the device, pushes policies (passwords, encryption, app rules), distributes or removes apps remotely, and can lock or wipe it if it's lost. Devices check in on a schedule, so compliance status stays visible from one dashboard.

In practice the flow follows a predictable order, and each step is where a fleet either gets control or loses it. Enrollment comes first. You register each device with the platform using QR codes, a token, NFC, or bulk methods for larger fleets. Until a device is enrolled, none of the rest applies, which is why the biggest visibility gaps are almost always the devices nobody enrolled: the contractor's tablet, the phone from a batch IT never finished provisioning.

Policy application comes next. Once a device is in, you configure it remotely: password complexity, encryption, screen-lock timeouts, and which apps or features are allowed. A device that drifts out of compliance can be flagged or blocked from corporate resources until it meets the standard again.

App management runs on top of that. You push business apps without touching devices physically, remove risky ones, and control what employees can install. On Android this happens through Managed Google Play, which is how you avoid users sideloading whatever they find. Then security and monitoring: remote lock and remote wipe protect a lost device, and continuous monitoring shows which devices are compliant and which have gone quiet.

For the full picture across every operating system, our complete guide to mobile device management covers how these pieces fit together beyond Android.

Android enrollment and the management modes that matter

Android Enterprise offers three management modes: work profile (a personal device with corporate data in a separate container), fully managed (company-owned, full IT control), and fully managed with a work profile (a corporate device that keeps a private personal space). The mode you pick decides how much you control and how much privacy the user keeps. These map to the terms you'll see in RFPs: work profile is BYOD, fully managed is COBO (corporate-owned, business-only), and fully managed with a work profile is COPE (corporate-owned, personally-enabled).

This is the single most important Android-specific decision, and it's the one generic MDM advice skips. Work profile is the answer to the BYOD tension. It creates a walled-off container on a personal device: work apps, email, and files live inside it, managed by IT, while the user's photos and personal apps sit outside it, untouched. You can wipe the work container without erasing the person's phone.

That matters more than it sounds. A recurring worry from IT managers is that staff "already feel watched," and work profile is how you separate protecting company data from surveilling a personal device. Fully managed is for company-owned hardware: IT controls the whole device from the setup screen onward. Fully managed with a work profile splits the difference on corporate devices, full IT control over the work side, a private personal space the company doesn't see.

Two building blocks make all three work. Managed Google Play is the app control plane: you approve apps once, then deploy them silently, so nobody has to hunt through the Play Store or sideload an APK. Android Enterprise is the framework underneath, the set of APIs that lets your MDM enforce any of this.

Enrollment is how devices enter a mode. For company-owned fleets at scale, Zero-Touch Enrollment provisions devices out of the box, and Samsung Knox Mobile Enrollment does the same for Samsung hardware. For smaller fleets, QR-code and NFC enrollment get a device managed in minutes. If you're weighing platforms, our rundown of features to look for in an MDM goes deeper.

Quick win: Map each segment of your fleet to a mode before you buy anything. Personal phones go to work profile, company-owned devices to fully managed, and use Zero-Touch for any batch of new corporate hardware so it enrolls itself.

A concrete case: a 40-person sales team brings personal Androids and needs corporate email plus two internal apps. You enroll them with a work profile. Email and the apps live in a container you can wipe on the rep's last day; their personal phone stays theirs. For the deeper mechanics, see our guide to managing personal devices with MDM.

Core capabilities of Android device management

The mode gets a device enrolled; the capabilities are what you actually touch on a Tuesday, when a new hire needs three apps pushed and a tablet from the loaner shelf needs locking down. A handful of them earn their keep on Android specifically.

Provisioning and configuration keep new devices consistent: standardized settings and required apps apply automatically at enrollment, so device 300 is configured like device 1. Device monitoring, paired with asset discovery, gives you the live view of which devices are compliant and which haven't checked in. Security enforcement is where policy becomes protection: password and encryption requirements, network controls, and app restrictions across the fleet, plus remote lock, locate, and wipe when a device is lost.

Malware defense is the part most guides skim. On Android it runs on two layers. Google Play Protect scans apps on-device and is a baseline, not a strategy. Above it, your MDM enforces the controls that shrink the attack surface: an allow-list in Managed Google Play so only vetted apps run, blocked sideloading, and integration with a mobile threat defense tool. Given the 2021-2023 rise in mobile malware, app control through Managed Google Play is the highest-leverage Android-specific defense you have.

Compliance and reporting close the loop. Enforced policies keep devices aligned with obligations like GDPR or HIPAA, and detailed reports give the evidence trail auditors expect. Reporting is also where device lifecycle management starts, and it feeds directly into broader IT asset management: knowing what you have, its state, and when to retire it.

Quick win: Build your allow-list in Managed Google Play this week and schedule a recurring compliance report. If more than a handful of devices show up non-compliant or haven't checked in, you've found your blind spots before an auditor does.

Kiosk and dedicated-device mode

Kiosk mode locks an Android device down to a single app or a short list of approved apps. The user can't exit to settings, install anything, or wander into the rest of the OS. On Android this runs as a dedicated-device deployment, and it's one of the more useful things MDM does for hardware that isn't a personal phone.

The use cases are specific. A point-of-sale tablet should run the payment app and nothing else. Digital signage should stay on the display app. Field-service devices should stick to the two tools the job needs. Shared and loaner hardware is where kiosk mode pays off most: a device that only does one thing is a device far fewer people can misuse or break.

A practical example: a restaurant runs ten tablets as order terminals. Locked to the ordering app in kiosk mode, staff can't browse, install games, or change Wi-Fi settings. A new hire can't turn a $300 terminal into a personal device on their first shift. Setup is centralized: enroll the batch with a QR code, apply the kiosk policy, and every tablet comes up identical.

Quick win: Pick one category of shared or single-purpose hardware (POS, signage, or loaners) and lock it to its one app with kiosk mode. It's the fastest reduction in "why is this device doing that?" tickets you'll get this quarter.

Why Android MDM matters, and where it falls short

For most organizations the case for Android MDM is straightforward: it keeps corporate data secured on devices you don't physically hold, lets a small team manage a large fleet from one console, and produces the compliance evidence that keeps auditors satisfied. It makes BYOD workable without exposing the company, and it scales as you add devices.

The honest part most guides skip is where it stops. Android's device diversity is the first friction: manufacturers customize the OS, so a policy that behaves one way on a Pixel can behave differently on a low-cost tablet. Constant mobility is the second, as devices roam across home networks and public Wi-Fi.

The one that actually comes up in the room is this: what happens when a device is offline or gets factory reset? IT managers ask it directly, some version of "what happens if the device is offline, or someone formats it?" The honest answer: your MDM's commands queue and fire when the device next checks in. An offline device is wiped on reconnect, not in the moment. And an OS-level agent does not survive a full factory reset. A thief who wipes and reinstalls has removed your management layer.

This isn't a reason to distrust MDM; it's a reason to layer defenses. Android Enterprise's factory-reset protection and, above all, full-disk encryption are what protect the data when the agent can't reach the device.

Quick win: Confirm every managed Android device has encryption enforced through policy, not left to the user. Encryption is the control that still protects data after a device is offline, wiped, or gone.

How to choose an Android MDM

There's no single best Android MDM; the right one depends on your fleet. Weigh four things: the management modes you need (work profile for BYOD, fully managed for company-owned), whether it supports Managed Google Play and scalable enrollment like Zero-Touch, how it handles compliance reporting, and whether it covers your other operating systems or only Android.

A short way to shortlist:

  • Ownership mix: mostly personal devices favor clean work-profile support; company-owned fleets favor fully managed and Zero-Touch.
  • OS spread: an Android-only tool means a second console if you also run Windows, macOS, or iOS.
  • Reporting: if you'll face an audit, reporting depth beats the length of the feature list.
  • Recovery: test how fast it locks or wipes a lost device, and how good its location is.

One edge case worth checking: rugged or non-GMS devices (Zebra, Honeywell, or AOSP builds without Google Mobile Services) can't use Managed Google Play, so confirm your tool supports them if that's your fleet.

If you're comparing named tools, our rundown of MDM software for SMBs goes deeper, and open-source options are worth knowing if you'd rather self-host. One thing to keep in mind: a policy-focused MDM and a device-recovery layer solve different problems, which is why many teams run both.

Closing the gaps: recovery, wipe, and always-on visibility

Even a well-run Android MDM leaves two gaps: recovery is slow, and visibility drops the moment a device goes missing. This is why so many teams run more than one tool. In a Prey analysis of 57 sales conversations (2026), roughly one in three organizations with an identifiable stack already ran two or more management-layer tools. A separate Prey industry survey of IT and security leaders (2026) found 73% on Microsoft Intune. Almost all of them ran a second tool on top. The frame buyers use is blunt: "we want a complement, not a replacement."

The recovery gap is measurable. One MSP measured a remote wipe on Microsoft Intune at 34 minutes just to initiate (Prey demo, 2026). When a device is lost with company data on it, minutes matter. A console built for policy enforcement is often slow at the one action you need urgently. Native location on many MDMs is periodic and coarse: fine for inventory, useless for actually finding a device.

This is where a recovery and data-protection layer complements what your MDM already does. Instead of replacing Android Enterprise or Intune, it fills the specific gaps:

  • Fast remote wipe and remote factory reset.
  • Full-disk encryption management.
  • Always-on location that keeps reporting a device's position.
  • Geofencing that alerts you when hardware leaves a zone.
  • Actions that fire on reconnect for devices that were offline.

These are the moments a policy console handles slowly, if at all.

Prey fits this pattern. It's the layer teams add on top of their MDM to protect and recover Android devices, not the MDM itself. A concrete scenario: a company-owned tablet in fully managed mode goes missing off-network on a Friday. The MDM's queued wipe can't reach it yet, and its last location is hours stale. The recovery layer keeps location live and fires the wipe the instant the device reconnects. That's the difference IT people mean when they call Prey "set it and forget it" security in G2 reviews (4.7/5) that lets them sleep at night.

Conclusion

"Android supported" on a spec sheet is not "Android managed" in practice. The fleets that stay in control are the ones that made the Android-specific decisions on purpose: the right mode for each segment, Managed Google Play as the app gate, enrollment that scales, and a clear-eyed view of what a wipe can and can't reach.

Start with one question this week: if an Android device on your fleet went missing right now, how long until you knew, and how long until you could wipe it? If the answer is "it depends," that's the gap to close, and it's a smaller project than it looks.

What is Android MDM?

Android MDM (Mobile Device Management) is how IT teams enroll, secure, and remotely manage Android devices from a central console. It enforces policies like encryption and screen locks, distributes apps through Managed Google Play, and can lock or wipe lost devices. It's a subset of MDM built around Android Enterprise, Google's business-device framework.

What's the difference between a work profile and a fully managed device?

A work profile puts corporate data in a separate, IT-managed container on a personal device, so the company controls work apps and the user keeps their personal side private. A fully managed device is company-owned and fully under IT control. Work profile fits BYOD; fully managed fits company-issued and shared hardware.

How do you enroll Android devices in an MDM?

For company-owned fleets at scale, Zero-Touch Enrollment provisions devices automatically out of the box, and Samsung Knox Mobile Enrollment does the same for Samsung hardware. For smaller fleets, QR-code and NFC enrollment register a device in minutes. Once enrolled, the device receives its policies, apps, and settings automatically.

How do you automate Android policy enforcement?

You automate enforcement by defining compliance rules in your MDM (required encryption, password complexity, approved apps) and letting the platform apply them at enrollment and on every check-in. Non-compliant devices are flagged or blocked from corporate resources until they meet the standard, and configuration profiles push standardized settings across the fleet without manual work per device.

What happens if a managed Android device is offline or gets factory reset?

If a device is offline, remote commands like lock or wipe queue and execute when it next checks in, so action happens on reconnect, not instantly. A full factory reset removes an OS-level management agent, so it won't survive a complete wipe by a thief. Full-disk encryption and Android Enterprise's factory-reset protection are the backstops that protect data when remote actions can't reach the device.

What's the best MDM for Android?

The best fit depends on your fleet: whether devices are company-owned or BYOD, whether you run Android alongside other operating systems, and your budget. Prioritize the management modes you need, Managed Google Play, scalable enrollment like Zero-Touch, and clear compliance reporting. Many teams also add a dedicated recovery layer on top for faster wipe and reliable location.

Ready to close the recovery gap?

Already running Android Enterprise or Intune? See what a dedicated recovery and data-protection layer adds for the Android devices you can't find or wipe fast enough. Get started with Prey and set up your first devices in minutes.