im thinking this... 

 String roots[] =FileSystemStorage.getInstance().getRoots();
                for (int i=0; i<roots.length; i++)
                {
                    _("ROOT: "+roots[i]);
                }

On Friday, December 2, 2016 at 11:25:26 AM UTC+8, Gareth Murfin wrote:
>
> I actually did find a references to the capture api imported, i removed it 
> but i am still getting this. 
>
> Could this cause it ? surely this is internal, weird thing is I only see 
> on 2 phones.
>
>   String[] files = Storage.getInstance().listEntries(); 
>         String whatHappened = deleteFiles(files);
>
> or what about this 
> ?  com.codename1.io.Util.downloadUrlToStorageInBackground(winnerPhoto, 
> nameOfPhoto, imageCompleteListener);
>
> Only happens on Android 6.0 it seems so far.
>
> On Thursday, December 1, 2016 at 1:46:13 PM UTC+8, Shai Almog wrote:
>>
>> It's possibly related to the capture API.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/57ddfb9d-e75d-48fa-9c67-24d099df88e7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to