Lines Matching refs:host
9 [Host Options](#host-options) \
20 * **Host**: installed on the host device, creates and manages a virtual
27 from the host device, which it renders, and sends back input and sensor
32 * **Demos**: installed on the host, meant to showcase specific VDM features.
33 The demos can be also run natively on the host to illustrate better the
41 `eng` build) to act as a host device. Even though VDM is available starting
78 1. Install the application as a system app on the host device.
83 …mples/VirtualDeviceManager/host/com.example.android.vdmdemo.host.xml /system/etc/permissions/com.e…
94 1. Build and install the Demo app on the host device.
116 1. Check out the different [Host Options](#host-options) and
127 NOTE: Any flag changes require device reboot or "Force stop" of the host app
128 because the flag values are cached and evaluated only when the host app is
131 `adb shell am force-stop com.example.android.vdmdemo.host`
136 show a launcher-like list of installed apps on the host device.
154 adb shell am force-stop com.example.android.vdmdemo.host
158 a new virtual display, mirror the default host display there and start
165 adb shell am force-stop com.example.android.vdmdemo.host
173 from the host device into the focused display on the client device. The focused
182 - **Remote** allows the host device to act as a pointer that controls the
188 - **Keyboard** shows the host device's on-screen keyboard and sends any key
197 adb shell am force-stop com.example.android.vdmdemo.host
207 the host device's recent apps. Run the commands below to make this
213 adb shell am force-stop com.example.android.vdmdemo.host
217 the host and the virtual device. If disabled, both devices will have their
225 adb shell am force-stop com.example.android.vdmdemo.host
231 into the host device. Any context that is associated with the virtual device
236 into the host device. (WIP: Any context that is associated with the virtual device
237 will the virtual cameras by default). Run the commands below on host device \
244 adb shell am force-stop com.example.android.vdmdemo.host
266 adb shell am force-stop com.example.android.vdmdemo.host
270 interactive when the host device is locked. Disabling this will result in a
271 simple lock screen shown on these displays when the host device is locked. \
285 adb shell am force-stop com.example.android.vdmdemo.host
291 host device. If you want the software keyboard to be shown on the virtual
292 displays, you likely need to enable this in the host Settings. On a Pixel
301 adb shell am force-stop com.example.android.vdmdemo.host
305 streaming the host's IME on the virtual displays. Requires the *Display IME
312 adb shell am force-stop com.example.android.vdmdemo.host
318 the host device to a local file on the device. This can be helpful with
394 Use together with the simulated stylus input feature of the host app.
424 - Fixed bugs with hiding streamed apps from the host's recent apps.
434 - Added support for hiding streamed apps from the host's recent apps.