sd카드를 만들고 싶습니다.
이클립스에서 avd manager에서 어떻게 설정하는건가요?
그리고 파일은 어떻게넣고 어떻게 꺼내올수 있는건가요?

제가 만약 ppt파일을 넣었다면

intent.setAction(Intent.ACTION_SEND);
        intent.setType("application/vnd.ms-powerpoint");
        intent.putExtra(intent.EXTRA_STREAM,Uri.parse("sdcard/PPTogether.ppt"));
        startActivity(intent);

이런식으로 꺼낼수 있는건가요?

고수님들의 한수 가르침  부탁드립니다.