wiki/linux/tool/Waydroid.md

14 lines
371 B
Markdown
Raw Normal View History

# Install
System OTA: `https://ota.waydro.id/system`
Vendor OTA: `https://ota.waydro.id/vendor`
# Launch Waydroid In Multi-Window Mode:
First we need to set the property while a Waydroid session is running:
```text
$ waydroid prop set persist.waydroid.multi_windows true
```
After that, we can restart the container:
```text
# systemctl restart waydroid-container
```