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)
+ "AppRootDirectory/"

Thank you,
Guilherme

On 23 June 2012 19:29, Dianne Hackborn <[email protected]> wrote:

> 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 <[email protected]>wrote:
>
>> I need to delete some images from my application dir (inside
>> Pictures/Application).
>> Though the image gets removed, when I call for the managedQuery() to fill
>> again the grid, the image that I just removed is retrieved.
>> I'm trying to force a scan on the application directory, but it's not
>> working. Some code below:
>>
>> deleting files:
>> http://pastebin.com/tQe8s7mm
>>
>> sanning directory
>> http://pastebin.com/ixuz8xsC
>>
>> Do you guys have any ideas of what may be causing this behavior?
>> Thanks in advance,
>> Guilherme
>>
>>  --
>> You received this message because you are subscribed to the Google
>> Groups "Android Developers" group.
>> To post to this group, send email to [email protected]
>> To unsubscribe from this group, send email to
>> [email protected]
>> For more options, visit this group at
>> http://groups.google.com/group/android-developers?hl=en
>>
>
>
>
> --
> Dianne Hackborn
> Android framework engineer
> [email protected]
>
> Note: please don't send private questions to me, as I don't have time to
> provide private support, and so won't reply to such e-mails.  All such
> questions should be posted on public forums, where I and others can see and
> answer them.
>
>
>  --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to