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 -

python - Calculate STD manually using Groupby Pandas DataFrame -

java - @PluginTarget(Node.class) not registering as neo4j plugin -