[android-developers] Re: get the path of a file

2009-09-01 Thread SrilankanKK
On Sep 1, 10:58 am, "Dexter's Brain" wrote: > The Uri seems to be incorrect. "file://sdcard/myfile.zip" > > You can directly specify a file uri like Uri.fromFile(new File("/ > sdcard/myfile.zip")) > > Regards, > Dexter. > > On Sep 1, 11:35 am, SrilankanKK wrote: > > > Hi > > > I have create a

[android-developers] Re: get the path of a file

2009-09-01 Thread Dexter's Brain
The Uri seems to be incorrect. "file://sdcard/myfile.zip" You can directly specify a file uri like Uri.fromFile(new File("/ sdcard/myfile.zip")) Regards, Dexter. On Sep 1, 11:35 am, SrilankanKK wrote: > Hi > > I have create a zip file on the phone sdk. So i need to create a > program to attach