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.

Test lock task mode

Test lock task mode - Android Tutorial

From the course: Android App Development: Enterprise Integration

Start my 1-month free trial

Test lock task mode

- [Narrator] Now that our device is configured as a work-managed device, we can test lock task mode in our enterprise application. First, we need to install our application. To do this, we will need to connect the device to our development machine to install it using ADB. I've already gone ahead and plugged my device in. If you haven't yet, go ahead and do that now. Before continuing, let's turn on developer options, so we can talk to our device over ADB. Swipe down and go to settings. Scroll to the bottom, to about. Scroll down to your build number, and tap it until it tells you you're a developer. Hit back, and now we have our developer options. Go in there, and make sure it's turned on. Let's also make sure that USB debugging is on, and that our device is authenticated. Now, let's open Android Studio and go to the terminal. We will run ADB install, and let's grab the path to our exercise files, and paste with double quotes. Looks good. Once the application is installed, we can go…

Contents