vault backup: 2025-01-15 09:53:11

This commit is contained in:
2025-01-15 09:53:11 +08:00
parent bd024b749a
commit b91347b28c

View File

@@ -0,0 +1,10 @@
Use `adb tcpip` to enable ADB over network.
# Setup Android Device
Connect Android device to a PC via USB, and make sure ADB recognize your device.
```
$ adb devices
List of devices attached
0123456789ABCDEF device
```