httptoolkit / httptoolkit-android

Automatic Android interception & debugging with HTTP Toolkit, for Android
https://httptoolkit.com
GNU Affero General Public License v3.0
476 stars 72 forks source link

Waydroid support #13

Closed junyu33 closed 1 year ago

junyu33 commented 1 year ago

Because Waydroid cannot use camera or Wi-Fi. Is there any plan to add support of scanning the QR-code by image file?

pimterry commented 1 year ago

Can Waydroid use ADB? That's usually preferable to QR codes in lots of ways, especially because it doesn't require a camera.

junyu33 commented 1 year ago

Oh, I forgot Waydroid can use ADB shell besides its own shell. It works like a charm. Thanks.