Home | History | Annotate | Download | only in work

Lines Matching full:your

15       <li><a href="#create-dpc">Create your own DPC app</a></li>
25 you need to develop Android apps that your customers can manage.
29 Your customers can configure COSU devices:
124 Marshmallow devices, your app can still be compatible with prior
132 you need to use an EMM or make your application a DPC. Follow the instructions
133 below as you create your application.
153 <strong>Advanced setup?Create your own DPC app</strong>: This requires
157 <a href="#create-dpc">Create your own DPC app</a>.
167 have your device work with a third-party EMM.
181 The device owner must include your app?s package(s) in
192 to verify that your package has been whitelisted by
198 Your activity calls {@link android.app.Activity#startLockTask()}
211 To exit, your activity must call {@link android.app.Activity#stopLockTask()}
226 Starting from Marshmallow, if your app is whitelisted by an EMM using {@link
228 your activities can automatically start lock task mode when the app is
238 your app?s lock task mode behavior in the AndroidManifest.xml file:
250 to always. This setting causes tasks (rooted at your activity) to always
265 <p>To have your activity <em>automatically</em> enter {@link android.R.attr#lockTaskMode},
267 Doing so causes your app to behave in this manner:
272 If your app isn?t whitelisted for {@link android.R.attr#lockTaskMode},
277 If your app is a system or privileged app, and it?s whitelisted,
296 Advanced setup?Create your own DPC app
356 Ensure your app is launched on reboot by setting it as the default launcher
491 which you can use to create your own Test Device Policy Client (Test DPC):