From the course: Android App Development: Enterprise Integration

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Configure Test DPC

Configure Test DPC - Android Tutorial

From the course: Android App Development: Enterprise Integration

Start my 1-month free trial

Configure Test DPC

- [Instructor] In reality, manage application configurations and lock task mode don't do anything unless the device is provisioned by a mobile device management system. For this reason, it can make testing these features rather challenging for us. Thankfully, Google has published an example device policy controller that we can use to make sure our enterprise integrations work the way we expect. Google has published this application both on the Play Store as well as here, open sourced on GitHub. To make things a little easier for us in this video, I have included the APA files that we will use in the exercise files. Let's go ahead and get this test device policy controller app set up so we can test our application. If you have not started a virtual device, make sure to launch Android Studio and boot one up. We can install this Test DPC app by dragging and dropping the APK file to the virtual device. If this isn't working for you, I've had trouble with this in the past as well. You can…

Contents