Re: [android-developers] Queries on Internal Storage - device space

2011-06-21 Thread Mark Murphy
On Tue, Jun 21, 2011 at 6:42 AM, Kacee wrote: > I explored storing temp/supporting files on Internal storage i.e. > SharedPrefs (private to app) and Internal Storage of device. Now, when > i try to create a file on Internal Storage, it by default creates and > stores file on /files/ . My intent wa

[android-developers] Queries on Internal Storage - device space

2011-06-21 Thread Kacee
Hello, I explored storing temp/supporting files on Internal storage i.e. SharedPrefs (private to app) and Internal Storage of device. Now, when i try to create a file on Internal Storage, it by default creates and stores file on /files/ . My intent was to store a file on some centrally located are