Top "Android-camera-intent" questions

Questions related about calling the camera app from the local device, without the camera permission.

android camera : Failure delivering result ResultInfo{who=null, request=0, result=-1, data=null} to activity

i've really frustased to solve my problem, i have an application that using camera, when camera capture a photo, it …

java android uri android-camera-intent
Deleting a gallery image after camera intent photo taken

I know this has been asked in many different ways but I still can not seem to delete the gallery …

android image android-camera-intent
onActivityResult returned from a camera, Intent null

I follow the instruction on Camera on Android dev site I just start the Camera Intent, not build my own …

android android-camera android-camera-intent
Android M Camera Intent + permission bug?

I'm trying to get my app ready for the new Android M permissions changes and found some weird behaviour. My …

android android-camera android-permissions android-camera-intent android-6.0-marshmallow
How to capture an image and store it with the native Android Camera

I am having a problem capturing an image and storing it from the native camera app. Here is a sample …

android camera android-intent android-camera android-camera-intent
Difference between Intent.ACTION_GET_CONTENT and Intent.ACTION_PICK

I'm trying to let the user choose any image that they want on their device to use as a wallpaper …

java android android-intent android-camera-intent
Get Path of image from ACTION_IMAGE_CAPTURE Intent

Hi I am using ACTION_IMAGE_CAPTURE for capturing image using Intent as follows: Intent cameraIntent = new Intent(MediaStore.ACTION_…

android camera android-camera android-camera-intent
Camera on Android Example

I want to write an activity that: Shows the camera preview (viewfinder), and has a "capture" button. When the "capture" …

android camera android-camera android-camera-intent
Take a photo automatically without user interaction

I used this code to capture an image from the camera. package android.takeowneship; import java.io.File; import android.…

android camera android-camera-intent
Android Camera Intent Saving Image Landscape When Taken Portrait

I have had a look around but there doesn't seem to be a solid answer/solution to the, very irritating, …

android android-intent android-camera android-camera-intent