Re: [android-developers] camera and image intents problems

2012-08-05 Thread chandur mani
hi, 1.First you get the permission in manifest.xml for camera permission. 2.you have to use StartActivityForResult(intent,someconstantvalue); 3.You should match the resultcode == RESULT_OK in onActvitiyResult method. you do above things , if any doubt feel free to reach me. With regards, Mani O

Re: [android-developers] camera and image intents problems

2012-08-03 Thread Mark Murphy
On Fri, Aug 3, 2012 at 5:09 AM, Live Happy wrote: > 1. how can i show the default gallery application when using > android.content.Intent.ACTION_GET_CONTENT, what i'm using now is to show a > custom intent chooser with static package names > (packageName.equals("com.google.android.gallery3d") || >

[android-developers] camera and image intents problems

2012-08-03 Thread Live Happy
My question consists of three parts: 1. how can i show the default gallery application when using android.content.Intent.ACTION_GET_CONTENT, what i'm using now is to show a custom intent chooser with static package names (packageName.equals("com.google.android.gallery3d") || packageName.equals("co