Re: [android-developers] Re: HTTP Post of Image

2011-07-27 Thread Sivasankar K
In your manifest file add permissions to camera and for uploading internet permission as follows On Thu, Jul 28, 2011 at 11:07 AM, perumal316 wrote: > Hi Siva, > > But my application keeps on crashing when I insert this line: > URI mCapturedImageURI = > getContentResolver().insert(MediaStore.

[android-developers] Re: HTTP Post of Image

2011-07-27 Thread perumal316
Hi Siva, But my application keeps on crashing when I insert this line: URI mCapturedImageURI = getContentResolver().insert(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, values); Must I add any permission in the manifest file? Basically I just want to get the string containing the path to the ima