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.
SDCard の取り外しまたはアンマウントを通知するアクティビティを通じて開始された別のスレッドで実行されるブロードキャスト レシーバーの実装についてサポートが必要です。誰かがこれについて私を案内してもらえますか
ありがとうございました
インテント フィルタの作成:
<receiver android:name="Receiver " > <intent-filter> <action android:name="android.intent.action.ACTION_MEDIA_REMOVED" /> </intent-filter> </receiver>