开发者

Archos 10i internet tablet SD Card Folder

开发者 https://www.devze.com 2023-02-14 11:30 出处:网络
We have developed one application in Android for the Archos 7 home tablet.With the Archos 7, there is an sdcard folder available.In code I can get the sdcard location using:

We have developed one application in Android for the Archos 7 home tablet. With the Archos 7, there is an sdcard folder available. In code I can get the sdcard location using:

Environment.getExternalStorageDirectory()

But with the Archos 10i internet tablet, there is no sdcard folder available. Is there any related folder for sdcard is available in the Archos 10i internet t开发者_如何学Goablet?

Can anybody help? Thanks in advance.


Archos 10.1 had a /mnt/storage folder, that is symlinked from /mnt/storage and /mnt/sdcard. The 'real' sdcard is mounted as /mnt/storage/sdcard. So from the perspective of the app it should behave normally.

0

精彩评论

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

关注公众号