Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1ffb6387 authored by Gary Mai's avatar Gary Mai
Browse files

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
parent 339ecf24
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -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"
@@ -701,6 +701,10 @@
        </intent>

        <!-- 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/*" />