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

Commit dd563f12 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 7953399 from 1ffb6387 to tm-d1-release

Change-Id: Ib88fe53baea991b77e42b167bc30c546abe5fd3c
parents 93a7fdd6 1ffb6387
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/*" />