How does ADB in Android talks to device over USB? -


If I disable access to USB devices via USB, MSC or UMS, MTP, and PPT. Can I still debug and debug Android devices using ADB?

For security reasons I may have to close UMS, PPT, and MTP.

Does anybody know that Android works with ADB USB? What protocol does it use? Need to mount the device?

ADB for UMS / PTP / MTP ADB Bilateral handles all by itself.


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -