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 -

asp.net mvc - How to attach sql database to a javascript graph -

c# - How to know the number of Threads created and limit the Tasks accordingly -