Dianne,
I'm changing the application to save the files at the right place.
I really appreciate the tip. Thank you.
Guilherme
On 23 June 2012 19:48, Dianne Hackborn wrote:
> If these are your own files, please put them in your app-specific
> directory:
>
>
> http://developer.android.com/referen
If these are your own files, please put them in your app-specific directory:
http://developer.android.com/reference/android/content/Context.html#getExternalFilesDir(java.lang.String)
The public Pictures etc directories are where the user manages their files.
Applications should not be spewing s
Dianne,
Thanks for the information. I thought that was the correct place to put the
files because they are all images.
Where would be the best place to put them?
Ps.: the complete path i'm using
is:
Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_PICTURES)
+ "AppRootDirector
Fwiw, this is not "your application dir". Pictures on external storage is
for shared pictures. You shouldn't be putting your own stuff there.
On Thu, Jun 21, 2012 at 8:54 PM, Guilherme Utrabo wrote:
> I need to delete some images from my application dir (inside
> Pictures/Application).
> Thoug
4 matches
Mail list logo