Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
android如何检测USB设备并显示通知?android 如何处理这个功能,它的 AOSP 代码是什么。
当设备有一些能量变化时,当没有时,我相信没有办法查看USB是否插入。
您应该使用 BroadcastReceiver 来查看何时有 Usb Attached 或 Detached 动作。