摘要: File anrFile = null; String status = Environment.getExternalStorageState(); if (status.equals(Environment.MEDIA_MOUNTED)) { ... 阅读全文
posted @ 2014-05-19 17:19 VIJAY-YAN 阅读(1276) 评论(0) 推荐(0)