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.
我有一个使用 SD 卡的程序,所以如果可能的话,我想通过注册一个监听器来通知卡的状态是否发生变化。我知道 Environment 类及其方法,但我真的不想不断地轮询状态。我宁愿在运行时不要强制关闭我的程序,因为有人将 sd 卡安装到他们的计算机上。
为ACTION_MEDIA_MOUNTED和相关意图创建一个BroadcastReceiver 。