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 が接続されているかどうかを確認する方法はないと思います。
Usb Attached または Detached のアクションがある場合は、BroadcastReceiver を確認する必要があります。