2009-03-24 14:58 by cppguy, 1685 visits, 网摘, 收藏, 编辑
摘要:1:查看是否有存储卡插入String status=Environment.getExternalStorageState();if(status.equals(Enviroment.MEDIA_MOUNTED)){ 说明有SD卡插入}2:让某个Activity透明OnCreate中不设Layoutthis.setTheme(R.style.Theme_Transparent); 以下是Theme...
阅读全文