Skip to content Skip to sidebar Skip to footer

How Can I Silently Push An Apk And Get It Installed By Android Device Policy Using Android Management Api?

I am trying to push an APK to the device and get it installed by Android device policy (Device owner) rather than pushing application from play store. I am able to push application

Solution 1:

It's not possible to use the Android Management API to install an APK that is not in Play.

However you can publish your app in Play and restrict it to one or more enterprises, this way your app won't be visible publicly. This is also explained here in the documentation of the Android Management API.

Post a Comment for "How Can I Silently Push An Apk And Get It Installed By Android Device Policy Using Android Management Api?"