java豆子

导航

2011年9月8日 #

android 监听SDCard安装和卸载的代码片段(测试通过)

摘要: // 监听类private final BroadcastReceiver sdcardListener = new BroadcastReceiver() { @Override public void onReceive(Context context, Intent intent) { String action = intent.getAction(); Log.d("TAG", "sdcard action:::::" + action); ... 阅读全文

posted @ 2011-09-08 10:13 java豆子 阅读(2351) 评论(0) 推荐(0) 编辑