开发者

read a file from sd card in android [duplicate]

开发者 https://www.devze.com 2023-02-16 02:39 出处:网络
This question already has an answer here: 开发者_StackOverflow中文版 Closed 11 years ago. Possible Duplicate:
This question already has an answer here: 开发者_StackOverflow中文版 Closed 11 years ago.

Possible Duplicate:

Access the SD card files from Android application

I am developing an android application which involves reading a file placed in sd card of android.Can anyone help me

Thanks in advance Tushar


Take a look at this javadoc documenting the Environment class


You should also read the data storage section: http://developer.android.com/guide/topics/data/data-storage.html

0

精彩评论

暂无评论...
验证码 换一张
取 消