I would like to store a small amount of data on the clover device. Can you tell me the name of the available partition on the device?
I would like to store a small amount of data on the clover device. Can you tell me the name of the available partition on the device?
You don't need the partition names to store data. Please take a look at the Android docs the the Environment
class and see the various getExternal*()
methods. These will return you, in a device-agnostic manner, the paths where your app can store data.
Please also read the Android developer's page regarding storing data as it may provide a better option for you than writing file to disk.
No one has followed this question yet.