Friday, 15 February 2013

android - How to store only on external storage storage/sdcard0/? -


I want to store data on external storage and environment. GetExternalStorage directory () returns / storage / module / 0 / path and and I store the data on that directory which stores data on storage / sdcard0 / ... and / storage / emulated / 0 /

I need to store large numbers of images on external storage. How can I apply it on external storage?

How do I obtain external storage

Basically the same is a nickname for Nexus 5 and any other device such as physical on any other device. There is no SD card, "external storage" means device built-in storage which emulates an SD card. Environment.getExternalStorageDirectory () will point to this location so that you are good to use this method.

From:

Note: Don can not be confused with the word 'external' This directory can be considered as better as media / shared storage. It is a file system that can store data in a large amount and which is shared in all applications (does not apply permissions) Traditionally, this is an SD card, but it can be used as a built-in storage device Can be implemented which is different from the protected internal storage and can be kept as a file system on the computer.


No comments:

Post a Comment