Add intent query for taking a photo

Also bump version to 1.7.34

Bug: 207358927
Test: Manual verification Take Photo option is shown on Android 12
build.

Change-Id: I9f223b6c05f6bd7ab8492bb84b78484e5824f50b
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index a743930..743dcfe 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -16,8 +16,8 @@
 
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
           package="com.android.contacts"
-          android:versionCode="10733"
-          android:versionName="1.7.33">
+          android:versionCode="10734"
+          android:versionName="1.7.34">
 
     <uses-sdk
         android:minSdkVersion="31"
@@ -702,6 +702,10 @@
 
         <!-- edit contact photo -->
         <intent>
+            <action android:name="android.media.action.IMAGE_CAPTURE" />
+        </intent>
+
+        <intent>
             <action android:name="com.android.camera.action.CROP" />
             <data android:mimeType="image/*" />
         </intent>