[android-developers] Re: Delete files from Phone memory(Internal)

2010-03-03 Thread Matias Alberto de la Vega
Hey Reju, I'm not an expert but I would recommend you trying with CLEAR_APP_USER_DATA permission in your AndroidManifest.xml file. On 2 mar, 19:19, Reju rej...@gmail.com wrote: Help Me experts On Feb 22, 2:33 pm, Reju rej...@gmail.com wrote: I can access the external memory and i could

[android-developers] Re: Delete files from Phone memory(Internal)

2010-03-03 Thread Matias Alberto de la Vega
Also, considering Androids security architecture, keep in mind that the files generated by each application are only accessible to that application only, at least for default. That said, you are probably not going to be able, by default, to delete or modify files which were not created by your

[android-developers] Re: Delete files from Phone memory(Internal)

2010-03-02 Thread Reju
Help Me experts On Feb 22, 2:33 pm, Reju rej...@gmail.com wrote: I can access the external memory and i could delete all the files successfully. Please let me know if it possible to delete files(like Images,Videos,Audios etc) from internal memory? -- You received this message because you