Yes. As of 2025, the Android Management API supports direct APK installation to managed devices.
Historically, all application deployment through AMAPI required apps to be distributed via managed Google Play. This meant every app - including internal line-of-business apps - needed to be uploaded to managed Google Play as a private app before it could be deployed.
With direct APK support, EMMs built on AMAPI can now push APK files directly to devices. This is particularly useful for:
This does not replace managed Google Play as the primary distribution mechanism. Managed Google Play remains the recommended approach for most app deployment, as it handles versioning, updates, and licensing automatically. Direct APK installation is an additional option for scenarios where Play distribution is impractical.
For details on how this works, see AMAPI finally supports direct APK installation.